Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
342 views
in Technique[技术] by (71.8m points)

windows - Node.js / Windows错误:ENOENT,stat'C: Users RT AppData Roaming npm'(Node.js/Windows error: ENOENT, stat 'C:UsersRTAppDataRoaming pm')

I have Windows 7 32-bit.

(我有Windows 7 32位。)

I installed the latest Node.js 32 bit.

(我安装了最新的Node.js 32位。)

When I try to run the command npm install jquery , I receive the error:

(当我尝试运行命令npm install jquery ,我收到错误:)

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

(错误:ENOENT,stat'C:\ Users \ RT \ AppData \ Roaming \ npm)

How does one resolve it?

(如何解决它?)

  ask by tryasko translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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

(在显示的路径中手动创建名为“npm”的文件夹可解决问题。)

More information can be found on Troubleshooting page

(可在“ 故障排除”页面上找到更多信息)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...