We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
@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.
package.json
"restful": "~0.4.4"
Hope this helps.
Sorry, something went wrong.
(closing it since it was duplicated by #33, which contains actual useful info and research 👍)
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: