npm install -g @angular/cli@latest 失败
一开始的ERROR信息是
error “@angular/compiler-cli” package was not properly installed
尝试方案二时又出现了以下的ERROR信息
npm ERR! code EINTEGRITY
npm ERR! sha1-OmJbxBx6n5nVnWRVKFfdGvDt2dQ= integrity checksum failed when using sha1: wanted sha1-OmJbxBx6n5nVnWRVKFfdGvDt2dQ= but got sha1-PVZuUT5szAqjMvKCcIwuIcpR9KY=. (259028 bytes)
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sp\AppData\Roaming\npm-cache_logs\2017-09-20T04_31_14_778Z-debug.log
尝试了多种方案
方案一(失败)
清除缓存
npm cache verify
方案二(失败)
1.Uninstall and clean (global)
rm -rf node_modules dist npm uninstall -g @angular/cli npm cache verify
2.Reinstall and play (global)
npm install -g @angular/cli@latest npm install ng serve
最终的解决办法是
grep -ir "sha1-OmJbxBx6n5nVnWRVKFfdGvDt2dQ= integrity checksum" (npm的安装目录)
再次运行 npm install
然后全局更新TypeScript和angular cli ,再目录更新TypeScript和angular cli
ng server 完成
上一篇: 手把手教你如何花3分钟就能学会创建网站
下一篇: 原生js+canvas实现滑动拼图验证码
推荐阅读
-
electron demo项目npm install安装失败的解决方法
-
Vue安装依赖 npm install 失败报错
-
npm install 报错 chromedriver 安装失败
-
npm install -g cnpm安装报错
-
npm install 失败 解决
-
npm install -g @vue/cli 报错
-
问题:npm install -g @vue/cli 报错
-
sudo npm install fecs -g 报错
-
多人共用ubuntu系统,sudo npm install -g 出现rollbackfailed
-
vue: command not found npm install -g @vue/cli