We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
>= 4
cc @gr2m hubotio/evolution#4
The text was updated successfully, but these errors were encountered:
looks like a problem with npm@2, I don’t see the error in npm@3 or beyond. I’m looking into it.
Sorry, something went wrong.
can you try npm install --save hubotio/hubot#1363/engines-fix? PR: #1364
npm install --save hubotio/hubot#1363/engines-fix
@gr2m that fixes it, thanks!
Successfully merging a pull request may close this issue.
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:
Maybe the node version needs to be
>= 4
?cc @gr2m hubotio/evolution#4
The text was updated successfully, but these errors were encountered: