enb / enb-bh

BH support for ENB
Other
15 stars 12 forks source link

BH version conflict #116

Closed yekver closed 9 years ago

yekver commented 9 years ago

I was trying to upgrade bh and enb-bh packages, but got an installation error.

Here is a part of my package.json file:

"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
blond commented 9 years ago

BH@4.x will be supported in enb-bh@1.0.0.

Now you can use enb-bh@1.0.0-beta4.