Node.js and Installing Modules with NPM
March 14, 2023•33 words
Some modules will require exact Node.js version, but that's still not enough, NPM version too.
Install Node.js of specific version
nvm install SOME_VERSION_NUMBER
Install NPM of specific version
npm i npm@SOME_VERSION