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

Error after updating to the version 0.3 #149

Closed
kokjinsam opened this issue Sep 19, 2016 · 1 comment
Closed

Error after updating to the version 0.3 #149

kokjinsam opened this issue Sep 19, 2016 · 1 comment

Comments

@kokjinsam
Copy link
Contributor

kokjinsam commented Sep 19, 2016

module.js:327
    throw err;
    ^

Error: Cannot find module 'boom'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/home/sammkj/code/apps/em/server/node_modules/apollo-server/dist/integrations/hapiApollo.js:10:14)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)

EDIT: reverting back to v 0.2.8 works fine

@helfer
Copy link
Contributor

helfer commented Sep 20, 2016

It seems that boom was added to devDependencies instead of dependencies by mistake. Would you mind making a quick PR?

@nnance @DxCx do any of you know how we could test things like that? Unfortunately this is not the first time we were missing a dependency in a release.

@helfer helfer closed this as completed Sep 20, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants