Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peerDependencies dont allow me install the package #21

Open
rkmax opened this issue Aug 25, 2015 · 1 comment
Open

peerDependencies dont allow me install the package #21

rkmax opened this issue Aug 25, 2015 · 1 comment

Comments

@rkmax
Copy link
Contributor

rkmax commented Aug 25, 2015

$ npm i --save level s3-sync readdirp
npm WARN peerDependencies The peer dependency level@0.x.x included from s3-sync will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys
|
> leveldown@1.4.1 install /home/rkmax/Development/BIX/Velo/node_modules/level/node_modules/leveldown
> prebuild --download

npm ERR! Linux 4.1.6-1-ARCH
npm ERR! argv "/home/rkmax/.nvm/versions/node/v0.12.7/bin/node" "/home/rkmax/.nvm/versions/node/v0.12.7/bin/npm" "i" "--save" "level" "s3-sync" "readdirp"
npm ERR! node v0.12.7
npm ERR! npm  v2.11.3
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package level does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer s3-sync@0.6.0 wants level@0.x.x

npm ERR! Please include the following file with any support request:
npm ERR!     /home/rkmax/myproject/npm-debug.log
@rkmax rkmax mentioned this issue Aug 26, 2015
@johnnyshields
Copy link

👍 please kindly resolve this, ideally we should remove the version restriction on level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants