Node.js and Installing Modules with NPM

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


You'll only receive email when they publish something new.

More from 19411
All posts