angular2報錯

一、運行ng serve的時候卡在95% emitting LicenseWebpackPlugin

放棄使用cnpm,使用yarn
刪除node_modules (不須要刪除project目錄從新ng new)

安裝yarn:npm install --global yarnnode

配置倉庫:npm

npm config set registry http://registry.npmjs.org/json

yarn config set registry https://registry.yarnpkg.com/spa

若是用淘寶倉庫:ip

npm config set registry https://registry.npm.taobao.orgget

yarn config set registry https://registry.npm.taobao.orgit

新建項目:ng new project --skip-installangular

安裝依賴:進入project目錄運行 yarn install

二、報錯Local workspace file ('angular.json') could not be found.

Error: Local workspace file ('angular.json') could not be found.module

執行sudo ng update @angular/clicli

相關文章
相關標籤/搜索