You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My package.json has react^16.0.0. Is there a way to make it work for react^16.0.0. As per the error, it requires [email protected]. Installing [email protected] didn't work too.
The text was updated successfully, but these errors were encountered:
Hi,
While doing a npm install, I'm getting "The package react does not satisfy its siblings' peerDependencies requirements!" error.
Full Error Stack
`npm WARN unmet dependency which is version 0.14.7
npm ERR! Darwin 17.5.0
npm ERR! argv "/Users/abiraj/.nvm/versions/v0.12.0/bin/node" "/Users/abiraj/.nvm/versions/v0.12.0/bin/npm" "install" "react-autosuggest" "--save"
npm ERR! node v0.12.0
npm ERR! npm v2.5.1
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants react@^15.0.2 || ^16.0.0-beta || ^16.0.0
npm ERR! peerinvalid Peer [email protected] wants react@>=15
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0 || ^15.0.0 || ^16.0.0
npm ERR! peerinvalid Peer [email protected] wants react@^15.3.0 || ^16.0.0
npm ERR! peerinvalid Peer [email protected] wants react@~0.13.x || ~0.14.x || ^15.0.0 || ^16.0.0
npm ERR! peerinvalid Peer [email protected] wants react@^16.0.0-beta.5
npm ERR! peerinvalid Peer [email protected] wants react@>=15.0.0
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.9 || ^15.0.0 || ^16.0.0
npm ERR! peerinvalid Peer [email protected] wants react@^15.0.0 || ^16.0.0
npm ERR! peerinvalid Peer [email protected] wants react@>=15
npm ERR! peerinvalid Peer [email protected] wants react@>=0.14
npm ERR! peerinvalid Peer [email protected] wants react@>= 15.0
npm ERR! peerinvalid Peer [email protected] wants react@>=0.14.7
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0 || ^15.0.0`
My package.json has react^16.0.0. Is there a way to make it work for react^16.0.0. As per the error, it requires [email protected]. Installing [email protected] didn't work too.
The text was updated successfully, but these errors were encountered: