Unneccesary Node Engine Restriction
See original GitHub issueThe package.json file has the following engine restriction which prevents installing on Node 11+:
"engines": {
"node": ">=10.9.0 <11.0.0"
},
Is this still needed? I’m unable to install on project running in Node 12.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:13
- Comments:6
Top Results From Across the Web
How can I specify the required Node.js version in package.json?
You can set the engines field in your package.json and set requirements for either node or npm versions or both: "engines" : {...
Read more >Node Engines: Helping Developers Everywhere Avoid ...
Something as simple as an incompatible Node version in production can break your application, and be nearly impossible for developers to locally ...
Read more >remove "engines" from package.json? - Google Groups
I use it (minimum versions) for libraries that require the user to upgrade their node version. For example, vfs-local requires node >0.6.16 ...
Read more >PNPM is not using the node version set via pnpm env use #4203
I use 14.18.1 node but when I install pnpm it is bundled with 14.17.0 which prevents the installation due to the engines restriction....
Read more >The license and security risks of using Node.js - Synopsys
The use of Node.js is rising. But many organizations don't know about the potential license and security risks that Node.js can pose for ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please update the engine restriction for node > 11.0.0 and angular > 9.0.0 dependencies @Elecash
Looks like they resolved this issue, https://github.com/videogular/videogular2/issues/886