npm ERR! peerinvalid The package instantsearch.js does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer instantsearch-googlemaps@1.1.2 wants instantsearch.js@^0.10.0
Shouldn't instantsearch-googlemaps be compatible with the instantsearch.js v1.0.0 ?
I have these packages in my
package.json
:When I
npm install
, I have this error:Shouldn't instantsearch-googlemaps be compatible with the instantsearch.js v1.0.0 ?
Thanks