question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unneccesary Node Engine Restriction

See original GitHub issue

The 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:closed
  • Created 4 years ago
  • Reactions:13
  • Comments:6

github_iconTop GitHub Comments

5reactions
kzimnycommented, Feb 23, 2020

Please update the engine restriction for node > 11.0.0 and angular > 9.0.0 dependencies @Elecash

error videogular2@7.0.1: The engine "node" is incompatible with this module. Expected version ">=10.9.0 <11.0.0". Got "12.16.1"
0reactions
zw-suncommented, Jun 1, 2020

Looks like they resolved this issue, https://github.com/videogular/videogular2/issues/886

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found