Closed lancespeelmon closed 8 years ago
Sorry, this is not how we use semver in package.json within the hapi.js organization.
@arb ok, then what is the best way to work around this blocker to upgrading modules in a hapi project?
npm shrinkwrap --dev
npm WARN unmet dependency /Develop/trax/document-service/node_modules/good requires hoek@'2.x.x' but will load
npm WARN unmet dependency /Develop/trax/document-service/node_modules/hoek,
npm WARN unmet dependency which is version 3.0.4
npm WARN unmet dependency /Develop/trax/document-service/node_modules/good requires joi@'6.x.x' but will load
npm WARN unmet dependency /Develop/trax/document-service/node_modules/joi,
npm WARN unmet dependency which is version 7.0.1
npm WARN unmet dependency /Develop/trax/document-service/node_modules/good requires wreck@'6.x.x' but will load
npm WARN unmet dependency /Develop/trax/document-service/node_modules/wreck,
npm WARN unmet dependency which is version 7.0.0
npm ERR! Darwin 15.2.0
npm ERR! argv "/usr/local/Cellar/nvm/0.29.0/versions/node/v4.2.3/bin/node" "/usr/local/opt/nvm/versions/node/v4.2.3/bin/npm" "shrinkwrap" "--dev"
npm ERR! node v4.2.3
npm ERR! npm v2.14.7
npm ERR! Problems were encountered
npm ERR! Please correct and try again.
npm ERR! invalid: boom@3.1.0 /Develop/trax/document-service/node_modules/boom
npm ERR! invalid: hoek@3.0.4 /Develop/trax/document-service/node_modules/hoek
npm ERR! invalid: joi@7.0.1 /Develop/trax/document-service/node_modules/joi
npm ERR! invalid: wreck@7.0.0 /Develop/trax/document-service/node_modules/wreck
I think that should be solved by upgrading to npm 3.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.