marklogic-community / marklogic-samplestack

A sample implementation of the MarkLogic Reference Architecture
Apache License 2.0
82 stars 56 forks source link

Missing peer dependencies? #700

Closed sjordan1975 closed 8 years ago

sjordan1975 commented 8 years ago

Doing a clean install.

Ran $npm install

Then to check installed modules, ran $npm list

Noted the error: npm ERR! peer dep missing: bluebird@~2.2.1, required by pogo@0.9.4

laurelnaiad commented 8 years ago

Hi @sjordan1975 ,

I suspect you'd be ok. We depend on bluebird: "^2.9.13", which I believe to be compatible with what pogo has declared (their semver is very tight at 2.2.x, but bluebird 2.9 shouldn't have broken anything from 2.2 of which I'm aware).

sjordan1975 commented 8 years ago

Thank you @laurelnaiad

I went ahead with the install and eventually got back to issue https://github.com/marklogic/marklogic-samplestack/issues/699

popzip commented 8 years ago

Sounds like this one was resolved? Closing, thanks.