'找不到模块' process-nextick-args'在Windows10中重新安装node.js后出现npm错误

时间:2016-05-27 16:40:34

标签: node.js windows npm-install

我从official site下载了Node.js(4.4.5 LTS)并将其安装到我的Windows10中的更新节点,发现npm无法正常工作(节点工作)。我通过在&#中安装它来卸载节点34;删除"模式,然后重新安装,但错误仍然存​​在。 npm -v的错误如下: ```     module.js:327     扔错了;     ^

Error: Cannot find module 'process-nextick-args'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> 

(C:\Users\<my-name>\AppData\Roaming\npm\node_modules\np
    m\node_modules\readable-stream\lib\_stream_readable.js:6:23)
        at Module._compile (module.js:409:26)
        at Object.Module._extensions..js (module.js:416:10)
        at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)

Per suggestions from [this link][2] I have edited the PATH of Environmental Variables (in both User and System) to include:     C:\用户\\应用程序数据\漫游\ NPM and     C:\ Program Files \ nodejs With 'which npm' it produced:     / c / Program Files / nodejs / npm With 'whereis npm' it showed:     npm:/ cygdrive / c / Program Files / nodejs / npm     / cygdrive / c / Program Files / nodejs / npm.cmd With 'which node' I got     / c / Program Files / nodejs / node ```

不胜感激任何建议。

link2:Installing Node.js (and npm) on Windows 10

2 个答案:

答案 0 :(得分:0)

Per this link有必要从“本地”目录中删除node和node_modules,以便完全删除node(和npm)。想我只需要删除旧的npm文件来解决关于'错误:无法找到模块'进程 - nextick-args'的错误,我手动在AppData / Roaming目录中尝试deleting npm and npm-cache,然后在'repair'中重新安装节点模式,和(重启后)最后npm工作。

答案 1 :(得分:0)

Brew更新后我遇到了这个问题。我正在使用nvm所以我只是重新配置nvm以使用我的版本nvm use vx.x.x