react-googlemaps icon indicating copy to clipboard operation
react-googlemaps copied to clipboard

Cannot install package via NPM

Open luandro opened this issue 10 years ago • 1 comments

I always get this error when trying to install the package via NPM:

npm ERR! peerinvalid The package reactify does not satisfy its siblings' peerDependencies requirements!

npm ERR! peerinvalid Peer [email protected] wants reactify@>=0.17.1

luandro avatar Feb 23 '15 18:02 luandro

I fixed this by updating the reactify version in my package.json

Davidsoff avatar Mar 16 '15 02:03 Davidsoff