Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing with angular2-meteor 0.5.0-beta.1 Unmet Peer Dependency on wrong angular2 #1

Closed
denodaeus opened this issue Feb 29, 2016 · 3 comments

Comments

@denodaeus
Copy link

➜  test-ui-meteor npm install --save git+https://github.com/Urigo/angular2-meteor-auto-bootstrap.git

> angular2-meteor-auto-bootstrap@0.5.0-beta.1 install /Users/bsmith/Development/git/qas/test-ui-meteor/node_modules/angular2-meteor-auto-bootstrap
> mv ./build/* ./

npm WARN saveError ENOENT: no such file or directory, open '/Users/bsmith/Development/git/qas/test-ui-meteor/package.json'
/Users/bsmith/Development/git/qas/test-ui-meteor
├── UNMET PEER DEPENDENCY angular2@^2.0.0-beta.6
└── angular2-meteor-auto-bootstrap@0.5.0-beta.1  (git+https://github.com/Urigo/angular2-meteor-auto-bootstrap.git#e09ba84d36ecf31c289fe2b71d32d181bd8bde57)

npm WARN enoent ENOENT: no such file or directory, open '/Users/bsmith/Development/git/qas/test-ui-meteor/package.json'
npm WARN angular2-meteor@0.5.0-beta.1 requires a peer of angular2@^2.0.0-beta.6 but none was installed.
npm WARN angular2-meteor-auto-bootstrap@0.5.0-beta.1 requires a peer of angular2@^2.0.0-beta.0 but none was installed.
npm WARN test-ui-meteor No description
npm WARN test-ui-meteor No repository field.
npm WARN test-ui-meteor No README data
npm WARN test-ui-meteor No license field.
@barbatus
Copy link
Collaborator

Now it peer-requires exact version and should be fixed.

@daslicht
Copy link

daslicht commented Apr 2, 2016

how to fix ? please ?

I get this :

daslicht:angular-meteor daslicht$ npm install
npm WARN angular2-meteor@0.5.2 requires a peer of angular2@2.0.0-beta.12 but none was installed.
npm WARN angular2-meteor-auto-bootstrap@0.5.1 requires a peer of angular2@>=2.0.0-beta.12 but none was installed.

@barbatus
Copy link
Collaborator

seems to be outdated, please install NPM 3.x and npm install last versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants