I\'m just running a simple npm install and i get this error.
npm install
npm ERR! path /Users/jasonazoulay/Desktop/fabrick.io/delegation/node_modules/@angul
For windows users (specific to windows 10) this must solve the problem.
Goto this folder:
C:\Users\[UserName]\AppData\Roaming\
delete or rename the npm and npm-cache folders.
npm
npm-cache
This has fixed my problem in Windows.