Zayn Ali
Zayn Ali

Reputation: 4915

Node: Error in installing npm package

I'm trying to install node.js package with npm but it's giving me that error.

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

Upvotes: 1

Views: 1589

Answers (1)

fernando
fernando

Reputation: 116

Had the same problem today from a clean install as yours. Solved manually creating the

C:\Users\Myself\AppData\Roaming\npm

directory.

Hope it helps

Upvotes: 10

Related Questions