Meteor 1.2から1.3にアップグレードし、ReactでNPM依存性の問題が発生しています。 React(15.0.1)の最新バージョンをインストールすると、Meteorは以前のバージョン(0.14.x)を必要とします。次に、package.jsonファイルを0.14.8に変更しますが、Meteorは(15.0.1)を希望します。Meteor 1.3 npmの競合に反して
W20160412-14:56:42.318(-5)? (STDERR) WARNING: npm peer requirements not installed:
W20160412-14:56:42.318(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.319(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.319(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.319(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.319(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.319(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.319(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.319(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.320(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-14:56:42.320(-5)? (STDERR) - [email protected] installed, [email protected] needed
しかし、私はパッケージに行くとき:
私はNPMをインストールする具体的
は、「Migrating to Meteor 1.3」ドキュメントに記載されたパッケージを反応して、流星は、すべてのパッケージには、以前のバージョンを使用することを望んでいます。誰がこの問題に遭遇した場合、それは人気のReactLayout PAによって引き起こされた私は
W20160412-17:31:33.167(-5)? (STDERR) WARNING: npm peer requirements not installed:
W20160412-17:31:33.169(-5)? (STDERR) - [email protected] installed, [email protected] needed
W20160412-17:31:33.169(-5)? (STDERR) - [email protected].8 installed, [email protected] needed
回答中に詳細を確認してください。 –