When I was running “npm install -g angular-cli”, I was getting the following error:
npm ERR! npm v3.10.3
npm ERR! path C:\Users\Roel\AppData\Roaming\npm\node_modules\.staging\a
bbrev-69492d5e
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename ‘C:\Users\Roe
l\AppData\Roaming\npm\node_modules\.staging\abbrev-69492d5e’ -> ‘C:\Use
rs\Roel\AppData\Roaming\npm\node_modules\angular-cli\node_modules\ember
-cli\node_modules\npm\node_modules\abbrev’
npm ERR! enoent ENOENT: no such file or directory, rename ‘C:\Users\Roe
l\AppData\Roaming\npm\node_modules\.staging\abbrev-69492d5e’ -> ‘C:\Use
rs\Roel\AppData\Roaming\npm\node_modules\angular-cli\node_modules\ember
-cli\node_modules\npm\node_modules\abbrev’
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! C:\dev\angular2\npm-debug.log
npm ERR! code 1
My environment consisted of:
- windows 10 64 bit
- node v6.4.0
- npm v3.10.3
This problem was also solved by @davidrensh solution:
npm uninstall -g angular-cli
npm install -g angular-cli