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

Does not work for Node v6 #13

Closed
roadhump opened this issue May 11, 2016 · 2 comments · Fixed by node-gh/gh#440
Closed

Does not work for Node v6 #13

roadhump opened this issue May 11, 2016 · 2 comments · Fixed by node-gh/gh#440

Comments

@roadhump
Copy link

roadhump commented May 11, 2016

I run

npm i gh gh-travis -g;
gh

And get an error

module.js:440
    throw err;
    ^

Error: Cannot find module 'open'
    at Function.Module._resolveFilename (module.js:438:15)
    at Function.Module._load (module.js:386:25)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/roadhump/.nvm/versions/node/v6.1.0/bin/gh-travis:19:15)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)

Node version 6.1.0
npm version 3.8.9

@roadhump
Copy link
Author

Looks like a node bug nodejs/node#6710

@henvic
Copy link
Member

henvic commented May 17, 2016

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants