strongloop/strong-cluster-connect-store

EPEERINVALID … does not satisfy its siblings on npm install

Closed this issue · 1 comments

Hey,

after updating the strong-cluster-store peerdep to 1.0 (7708fb1) I get an EPEERINVALID error on npm install:

2398 verbose stack Error: The package strong-store-cluster@1.0.0 does not satisfy its siblings' peerDependencies requirements!
[...]
2402 error node v4.1.1
2403 error npm  v2.14.4
2404 error code EPEERINVALID
2405 error peerinvalid The package strong-store-cluster@1.0.0 does not satisfy its siblings' peerDependencies requirements!
2405 error peerinvalid Peer strong-cluster-connect-store@1.0.1 wants strong-store-cluster@~0.1.0

In the dependencies section of my package.json

    "strong-cluster-connect-store": "^1.0.0",
    "strong-store-cluster": "^0.1.3",

I already changed ^0.1.3 to ^1.x but still get the same error. Any idea how to set the versions properly, so I dont get that peerinvalid error any more?

Local problem with caching. Everything seems to be fine now. Sorry for bothering ;)