JellyfishDaydreams opened a new issue, #89:
URL: https://github.com/apache/cordova-create/issues/89

   # Bug Report
   
   ## Problem
    The `tmp` package is required at ^0.2.1 by cordova-create, and this 
effectively breaks cordova 11 (maybe others?) on node 12. Yes, that is an 
ancient version of node, but here we are.
   
   ### What is expected to happen?
   Installation of cordova 11 on node 12 should install without errors.
   
   ### What does actually happen?
   The following error is thrown:
   npm ERR! code ENOTSUP
   npm ERR! notsup Unsupported engine for [email protected]: wanted: {"node":">=14.14"} 
(current: {"node":"12.22.12","npm":"6.14.16"})
   npm ERR! notsup Not compatible with your version of node/npm: [email protected]
   npm ERR! ..
   
   ## Information
   This can be overridden locally with an `overrides` entry in package.json, 
but tightening up the version of tmp used to "tmp": "0.2.1" would be helpful 
since "^0.2.1" allows the breaking change in. 
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   Attempt to install cordova@11 using node 12. 
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   Node 12. 
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova 11.1
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to