Comment on How to prevent NPM install for unsupported Node.js versionsComments−jameskraus4yFrequently enough, I find I need to ignore the `engines` property, since so many packages work in newer versions of node, but claim incompatibility. It’s well intentioned, but not very useful.
Comments
Frequently enough, I find I need to ignore the `engines` property, since so many packages work in newer versions of node, but claim incompatibility. It’s well intentioned, but not very useful.