2017-10-09 14 views
1
npm WARN [email protected] requires a peer of [email protected]^1.9.11 but none is installed. You must install peer dependencies yourself. 
npm WARN [email protected] requires a peer of [email protected]^1.4.0 but none is installed. You must install peer dependencies yourself. 
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself. 
npm WARN [email protected] requires a peer of [email protected]^1.12.6 but none is installed. You must install peer dependencies yourself. 
npm WARN [email protected] requires a peer of [email protected]^1.0.0 || ^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. 
npm WARN [email protected] requires a peer of [email protected]>=2.0.3-beta <3 but none is installed. You must install peer dependencies yourself. 
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): 
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) 

npmのインストール中に上記の警告が表示されます。ただし、これは単なる警告であり、アプリケーションには影響しません。しかし、私はこれらの警告につながっていることを知りたい。今、他の警告に来npmのインストール中に警告を受ける

I am using npm `version 5.4.2` 
node version is 6.11.4 
webpack 2.1.0-beta.22 

答えて

0

すべての最後の2つの警告の最初のがちょうどマック以外の を使用しているこれらのユーザーのためのものです。(でも、私はそれらを解決することができませんでした)

webpackのバージョンをダウングレードするか、すべてを最新バージョンにアップグレードすることができます。

私はこれもやっているように、互いに互換性があります。

これを解決するには、すべてのコンポーネントをアップグレードする方が良い方法だと思います。

それをnpm-check

+0

をアップグレードしながら、このモジュールでは、我々は、NPMチェックを実行する場合には、すべてを更新する必要があるものの情報を提供します参考になりますか? – user8725342

+0

同じことを確認できる方法はありますか? – user8725342

+0

はい、しかし 'npm-check'モジュールをインストールする必要があります。あなたの上にリンクがあり、そこから参考になることができます –

関連する問題