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

npm warning when using node 4.8.3 with hubot-3.0.0 #1363

Closed
technicalpickles opened this issue Jun 29, 2017 · 3 comments · Fixed by #1364
Closed

npm warning when using node 4.8.3 with hubot-3.0.0 #1363

technicalpickles opened this issue Jun 29, 2017 · 3 comments · Fixed by #1364

Comments

@technicalpickles
Copy link
Member

I just tried updating a bot I made last week with hubot 2.19.0 to hubot@next (ie 3.0.0), and I was getting this warning:

$ npm install --save hubot@next
npm WARN engine [email protected]: wanted: {"node":">4","npm":">2"} (current: {"node":"4.8.3","npm":"2.15.11"})

Maybe the node version needs to be >= 4?

cc @gr2m hubotio/evolution#4

@gr2m
Copy link
Contributor

gr2m commented Jun 29, 2017

looks like a problem with npm@2, I don’t see the error in npm@3 or beyond. I’m looking into it.

@gr2m
Copy link
Contributor

gr2m commented Jun 29, 2017

can you try npm install --save hubotio/hubot#1363/engines-fix? PR: #1364

@technicalpickles
Copy link
Member Author

@gr2m that fixes it, 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