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

前端 未结 11 2032
孤独总比滥情好
孤独总比滥情好 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条回答
  •  不知归路
    2020-12-23 13:06

    https://nodejs.org/download/ . The page has Windows Installer (.msi) as well as other installers and binaries.Download and install for windows.

    Node.js comes with NPM.

    NPM is located in the directory where Node.js is installed.

提交回复
热议问题