我安装了Node.js,但我无法在Windows上使用npm

时间:2016-09-14 00:30:17

标签: javascript node.js npm npm-install

我已经安装了node.js.节点似乎工作正常,但是,没有找到npm,如下所示。

    C:\Users\jpdrc>node -v
v6.5.0

C:\Users\jpdrc>node hello.js
node is installed!

C:\Users\jpdrc>npm -v
module.js:457
    throw err;
    ^
Error: Cannot find module 'strip-ansi'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (C:\Users\jpdrc\AppData\Roaming\npm\node_modules\npm\node_modules\npmlog\node_modules\gauge\node_modules\string-width\index.js:2:17)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)

我尝试了多种解决方案:

1- Windows -installed node.js but npm not found

2- Installing Node.js (and npm) on Windows 10

我不知道下一步该尝试什么

感谢您的帮助

Here are my variables under path

如下所示,我使用了where npm

C:\Users\jpdrc>where npm
C:\Program Files\nodejs\npm
C:\Program Files\nodejs\npm.cmd

1 个答案:

答案 0 :(得分:0)

解决上述问题的步骤:

  1. 检查您是否在环境变量“path”中添加了节点路径
  2. 如果有,请检查您在路径中添加的目录中是否存在npm。
  3. 如果所需文件夹中有npm,则转到CMD,然后转到安装了npm的目录,并尝试再次运行version命令。如果你仍然遇到同样的问题,那么可能有两种可能性:

    一个。安装不正确,请尝试重新安装

    湾由于没有下载软件包,可能存在代理问题

  4. 不存在任何其他问题。