2017-04-15 121 views
0

我對angular2軟件包感興趣。 我正在運行@ angular/common @ 4.0.2。如何使用角度爲4的角度2包?

當我嘗試安裝它,這是我的消息:

peerinvalid Peer [email protected] wants @angular/[email protected]^2.0.0 

我可以降級我的角度,以2

但我認爲角2和4或Angular.io或角總之所有兼容和相同的架構?

我怎樣才能使用這個角度2兼容包4?

+4

您是否嘗試過無視故宮,只是給它一個去? – jonrsharpe

+0

我沒有繞過npm呢。那你怎麼忽略npm呢? –

+3

你只是......忽略它。您不需要「繞過」它,只需繼續編寫軟件而不需要注意。 – jonrsharpe

回答

0

更新到4就像更新您的Angular依賴關係到最新版本一樣簡單,並且雙重檢查您是否需要動畫。這對大多數用例都有效。

在Linux/Mac上:

npm install @angular/{common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router,animations}@latest [email protected] --save 

在Windows上:

npm install @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] [email protected] --save