Reputation: 4915
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
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