2017-10-27 20 views
0

npm WARN [email protected] requires a peer of [email protected]* but none is installed. You must install peer dependencies yourself.」とはどういう意味ですか?そして私はそれをどのように解決できますか?strange error 'npm WARN [email protected]にはjoi @ *のピアが必要ですが、何もインストールされていません...?


私が実行します。

npm install express-validation --save 

私が手:

npm WARN [email protected] requires a peer of [email protected]* but none is installed. You must install peer dependencies yourself. 

ので、私は実行します。

npm install -g npm-install-peers 

その後:

npm-install-peers 

その後、私が取得:

This package doesn't seem to have any peerDependencies 

ので、私は実行します。

npm install express-validation --save 

私が手:

npm WARN [email protected] requires a peer of [email protected]* but none is installed. You must install peer dependencies yourself. 

答えて

0

あなたはnpm install joi --save

でそれを自分でインストールすることができます
関連する問題