Install npm (Node.js Package Manager) on Windows (w/o using Node.js MSI)

前端 未结 11 2014
孤独总比滥情好
孤独总比滥情好 2020-12-23 12:53

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

11条回答
  •  萌比男神i
    2020-12-23 13:08

    I wrote a quick simple app recent that handle the management of various version of node and npm. It allows you to choose different version of node and npm to download and select which version to use. Check it out and see if it's something that's useful.

    https://github.com/nhatkthanh/wnm

提交回复
热议问题