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

Shrinkwrap fails with hapi version 15.1.1 #3359

Closed
Igor-lkm opened this issue Oct 5, 2016 · 3 comments
Closed

Shrinkwrap fails with hapi version 15.1.1 #3359

Igor-lkm opened this issue Oct 5, 2016 · 3 comments
Assignees
Labels
dependency Update module dependency
Milestone

Comments

@Igor-lkm
Copy link

Igor-lkm commented Oct 5, 2016

Creating shrinkwrap file on a fresh project with hapi.js version 15.1.1

> mkdir hapi-test
> cd hapi-test
> npm init
> npm i hapi -S
> npm shrinkwrap

results in an error:

npm WARN unmet dependency /Users/user/Develop/hapi-test/node_modules/hapi/node_modules/subtext/node_modules/pez requires boom@'3.x.x' but will load
npm WARN unmet dependency /Users/user/Develop/hapi-test/node_modules/hapi/node_modules/boom,
npm WARN unmet dependency which is version 4.0.0
npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "shrinkwrap"
npm ERR! node v6.2.2
npm ERR! npm  v2.15.9

npm ERR! Problems were encountered
npm ERR! Please correct and try again.
npm ERR! invalid: boom@4.0.0 /Users/user/Develop/hapi-test/node_modules/hapi/node_modules/boom
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/user/Develop/hapi-test/npm-debug.log

It seems that there is a problem with pez package (https://github.com/hapijs/pez/blob/master/package.json)

npm v2.15.9
node v6.2.2

@AdriVanHoudt
Copy link
Contributor

cc @cjihrig (maintainer of pez)

@cjihrig
Copy link
Contributor

cjihrig commented Oct 5, 2016

New version of pez published with updated dependencies.

@hueniverse hueniverse added the dependency Update module dependency label Oct 20, 2016
@hueniverse hueniverse self-assigned this Oct 20, 2016
@Igor-lkm
Copy link
Author

@hueniverse we still have this issue:

Seems in hapi's shrinkwrap file we have:

screen shot 2016-10-21 at 10 44 16

But we need version 2.1.3

@hueniverse hueniverse reopened this Oct 26, 2016
@hueniverse hueniverse added this to the 15.2.1 milestone Nov 29, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependency Update module dependency
Projects
None yet
Development

No branches or pull requests

4 participants