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

peerDependencies: current restful wants last-versions resourceful #31

Closed
eins78 opened this issue Mar 7, 2013 · 2 comments
Closed

peerDependencies: current restful wants last-versions resourceful #31

eins78 opened this issue Mar 7, 2013 · 2 comments

Comments

@eins78
Copy link

eins78 commented Mar 7, 2013

Is this a bug in the sense that the package.json was not updated or are there real issues to be solved before using restful with resourceful >0.3.0 ?

npm ERR! peerinvalid The package resourceful does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants [email protected]
@pvorb
Copy link
Contributor

pvorb commented Mar 13, 2013

@eins78 I didn't see your issue before posting my own (#33).

I think, you can prevent this error by explicitly installing the newest version (v0.4.4).

npm install [email protected]

If you are depending on restful from another project, update your dependencies in the package.json to use "restful": "~0.4.4" or something like that.

Hope this helps.

@eins78
Copy link
Author

eins78 commented Mar 13, 2013

(closing it since it was duplicated by #33, which contains actual useful info and research 👍)

@eins78 eins78 closed this as completed Mar 13, 2013
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

2 participants