旧行李 2014-08-02 08:45 采纳率: 25%
浏览 265
已采纳

错误: ENOENT,stat'c: Users RT AppData Roaming npm'

I have Windows 7 32-bit. I installed the latest Node.js 32 bit. When I try to run the command npm install jquery, I receive the error:

Error: ENOENT, stat 'C:\Users\RT\AppData\Roaming\npm

How does one resolve it?

转载于:https://stackoverflow.com/questions/25093276/node-js-windows-error-enoent-stat-c-users-rt-appdata-roaming-npm

  • 写回答

7条回答 默认 最新

  • 笑故挽风 2014-08-02 13:04
    关注

    Manually creating a folder named 'npm' in the displayed path fixed the problem.

    More information can be found on Troubleshooting page

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(6条)

报告相同问题?