我最近更改了工作站,因此決定將我的Angular4項目回購克隆到新工作站。 克隆過程後,我跑:克隆回購後的依賴問題
npm install
這是獲得所有所需的node_modules。 反過來又導致了大量缺乏對等關係。
而不是爲每個缺失的依賴做單獨的npm安裝是否有更好的(或正確的方法)?
我也試過
rm node_modules -Recurse -Force
npm cache clear
npm install
仍然沒有運氣。
EDIT 1:
NPM版本3.10.10
版本的NodeJS 6.11.0
編輯2:依賴失敗隨着NPM V3
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
| +-- @angular/[email protected]
| | `-- [email protected]
| +-- [email protected]
| `-- [email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
| +-- [email protected]
你能提供節點和NPM版本 –
@ManjeetThakur做 – Aeseir
是*所有*在你的package.json文件相關的包? – nadavvadan