The problem: while using nvm
to install Node.js I was able to install the version of Node.js I need, but nvm
does not install npm
auto
First CD to where node(nodejs) is installed using windows CMD, then follow the steps below
C:...\node> git config --system http.sslcainfo /bin/curl-ca-bundle.crt
C:...\node> git clone --recursive git://github.com/isaacs/npm.git
C:...\node> cd node=modules\npm
C:...\node=modules\npm> node cli.js install npm -gf