meteorプロジェクトにangular2という問題があります。meteor npm installをインストールした場合、rxjs5.0.0パッケージをインストールしてください-beta.11ナム氏は述べています:[email protected]β11または[email protected]β6UNMET DEPENDENCY
@angular/[email protected] requires a peer of [email protected] but none was installed.
NAMは言う[email protected]私はパッケージをインストールする場合: "
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN [email protected] requires a peer of [email protected] but none was installed.
"
典型的に〜問題は「その尾を追いかけて犬」、私はbeta.11これは必須ですbeta.6をインストールし、私は要件beta.6インストールした場合、それはbeta.11 だ場合、これは
{
"name": "angular2-meteor-base",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --driver-package practicalmeteor:mocha",
"test:ci": "meteor test --once --driver-package dispatch:mocha-phantomjs"
},
"devDependencies": {
"chai": "3.5.0",
"chai-spies": "0.7.1"
},
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "0.2.0",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/router": "3.0.0-alpha.8",
"angular2-google-maps": "^0.14.0",
"angular2-meteor": "0.6.2",
"angular2-meteor-accounts-ui": "^0.6.1",
"angular2-meteor-auto-bootstrap": "0.6.0",
"angular2-meteor-polyfills": "0.1.1",
"angular2-meteor-tests-polyfills": "0.0.2",
"es6-shim": "0.35.1",
"meteor-node-stubs": "0.2.3",
"ng2-pagination": "^0.3.5",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
}
}
あなたはあなたのpackage.jsonを共有できますか? – Sanket
package.jsonを追加します。 – Faber