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

前端 未结 11 2029
孤独总比滥情好
孤独总比滥情好 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 12:58

    Try going to Window -> Preferences -> Nodeclipse and unchecking the box that says "find node on PATH...". Then make sure the "Node.js path" below is set to the location of the node.exe file (for me it was C:\Program Files (x86)\nodejs\node.exe).

提交回复
热议问题