Surely it is not necessary to have mocha under both prod and dev dependencies?
It gives my build some grief when I npm shrinkwrap
: for only prod:
missing: mocha@~3.2.0, required by couchbase@2.3.4
node v6.10.0
npm v3.10.10, v5.0.4
centos 7
Surely it is not necessary to have mocha under both prod and dev dependencies?
It gives my build some grief when I npm shrinkwrap
: for only prod:
missing: mocha@~3.2.0, required by couchbase@2.3.4
node v6.10.0
npm v3.10.10, v5.0.4
centos 7
Hey @eoin.ryan,
mocha
is indeed incorrectly placed in the dependancies rather than devDependancies list. I have opened an issue to track there here: Loading....
Cheers, Brett