安装特定版本的angular-cli

时间:2017-11-16 13:19:08

标签: node.js npm angular-cli

我将笔记本电脑从Windows 7更改为Windows 10,我无法安装特定版本的角度cli。

我试过了:

npm install -g @angular/cli@4.1.0

我也尝试过:

npm uninstall -g @angular/cli
npm cache clean
npm install -g @angular/cli@4.1.0

我一直得到:

npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "@angular/cli@4.1.0"
npm ERR! node v7.9.0
npm ERR! npm  v4.2.0

npm ERR! Cannot read property 'path' of null
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     D:\Users\ihazan\AppData\Roaming\npm-cache\_logs\2017-11-16T13_04_39_665Z-debug.log

节点版本:7.9.0

NPM版本:4.2.0

1 个答案:

答案 0 :(得分:4)

经过一番调查,这实际上是一个愚蠢的错误。然而,将其作为上面提供的错误消息进行共享并不清楚。

事实证明版本4.1.0没有angular-cli。

使用正确版本重新运行如下操作:

npm install -g @angular/cli@1.2.4