0
npmを使用しています。プラグインをインストールしたいと思います。以下のエラーが表示されます。プラグインの再インストール2.1.2と2.0.1を使用しています。 角度を更新せずにどうすれば解決できますか?私はプラグインが角バージョンに依存しないと思う。 ありがとう!npm - プラグインのインストール中にエラーが発生しました
npm ERR! peerinvalid The package @angular/[email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]^2.1.2
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]^2.0.0-rc
これを見てください:https://futurestud.io/tutorials/how-to-fix-npm-package-does-not-satisfy-its-siblings-peerdependencies-requirements –