升級npm:npm install -g
windows 不支持n模塊
升級node到官網下載
安裝 angular-cli 失敗
Windows下面安裝angular-cli有兩個典型的坑,一個是node-sass被牆了,第二個就是node-gyp依賴於某些API,須要安裝Visual Studio
cnpm模塊應對中國奇葩的環境 npm i -g cnpm
ng set --global packageManager=cnpm
npm i -g cnpm
cnpm i -g @angular/cli
cnpm install
ng serve
請把NiceFish根目錄下的node_moduels目錄刪掉 而後依次執行如下命令:html
npm cache clean
npm i -g cnpm
cnpm i -g @angular/cli
cnpm install
ng serve
ERROR in AppModule is not an NgModule
ng new my-app 失敗?npm-gyp沒安裝,環境不行- Environment setup and configuration