Closed yekver closed 9 years ago
I was trying to upgrade bh and enb-bh packages, but got an installation error.
bh
enb-bh
Here is a part of my package.json file:
package.json
"devDependencies": { "bh": "~4.1.1", "enb": "^0.17.0", "enb-bh": "0.5.0" }
npm logs:
npm ERR! peerinvalid The package bh does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer enb-bh@0.5.0 wants bh@>= 1.0.0 < 4.0.0 npm ERR! System Linux 3.13.0-55-generic npm ERR! command "/opt/nodejs/0.10/bin/node" "/opt/nodejs/0.10/bin/npm" "install" npm ERR! cwd /home/vagrant/www/www-mobile npm ERR! node -v v0.10.40 npm ERR! npm -v 1.4.28 npm ERR! code EPEERINVALID
BH@4.x will be supported in enb-bh@1.0.0.
BH@4.x
enb-bh@1.0.0
Now you can use enb-bh@1.0.0-beta4.
enb-bh@1.0.0-beta4
I was trying to upgrade
bh
andenb-bh
packages, but got an installation error.Here is a part of my
package.json
file:npm logs: