You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to check if the user is running the package with an allowed nodejs version and throw an error message otherwise.
Context
As the license-checker could start using node features not supported by old node version, it's important for the user to know if they can run it or not with their current node version.
Detailed Description
It would be good to check if the user is running the package with an allowed nodejs version and throw an error message otherwise.
Context
As the license-checker could start using node features not supported by old node version, it's important for the user to know if they can run it or not with their current node version.
Possible Implementation
Using this package: https://www.npmjs.com/package/please-upgrade-node
Example of a library using it: https://github.com/typicode/json-server/blob/master/src/cli/bin.js
The text was updated successfully, but these errors were encountered: