在Windows10中安装nodejs后,npm命令无法正常工作?

时间:2017-08-18 01:53:51

标签: node.js npm windows-10

i can find npm.cmd command prompt pic enter image description here我已经从nodejs网站安装了nodejs。 当我输入

node -v

它给我的版本为

  6.11.2

但是当我输入

npm -v  它没有给我任何结果。 我已经多次重新安装了nodejs。

我的安装路径是

C:\Program Files\nodejs

任何帮助?

this is my git bash command prompt where you can see npm is not giving any result my environment variable after installing nodejs is that anything wrong?

3 个答案:

答案 0 :(得分:1)

https://github.com/nodejs/node/issues/2786

解决了我的问题。我已重命名.npmrc文件,它运行完美。

答案 1 :(得分:1)

在node.js cmd中运行命令“ where npm”,您将获得它引用的路径。

从C:\ Users \ dname \ AppData \ Roaming删除npm文件夹

答案 2 :(得分:-1)

npm --version是Windows命令行提示符