Meteor-Community-Packages / check-npm-versions

Enforces "peer" npm dependencies in Meteor 1.3+ Atmosphere packages.
MIT License
11 stars 10 forks source link

Some packages not installed? #6

Closed vacarsu closed 4 years ago

vacarsu commented 8 years ago

Package is throwing an error stating some packages are not installed even though they are. These are the following packages I'm having troubles with.

"ionic-angular": "^2.0.0-beta.6",
"@angular/http":  "2.0.0-rc.1",
"@angular/router-deprecated":  "2.0.0-rc.1",
"@angular/upgrade":  "2.0.0-rc.1",

"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"

However, I have other node modules installed but it does not throw errors for them.

"angular2-meteor": "^0.5.5",
"angular2-meteor-auto-bootstrap": "^0.5.5",
"@angular/common":  "2.0.0-rc.1",
"@angular/compiler":  "2.0.0-rc.1",
"@angular/core":  "2.0.0-rc.1",
"@angular/platform-browser":  "2.0.0-rc.1",
"@angular/platform-browser-dynamic":  "2.0.0-rc.1",
"@angular/router":  "2.0.0-rc.1"
tmeasday commented 8 years ago

Can you write a simple reproduction (i.e. Meteor project I can clone and see the problem)

copleykj commented 4 years ago

Closing due to age and no response to the request for reproduction.