Answer the question
In order to leave comments, you need to log in
How to install packages compatible with node version?
Is there a workaround for installing npm packages based on the version of node on the machine?
Or maybe you can somehow find out the version of the package that will be supported, taking into account the version of node on the computer?
I tried to specify the following setting in package.json:
"engines": {
"node": "<=8.12.0"
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question