Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
307 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 Answer

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

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...