-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update to hubot 3, as well as updating scripts #16
Conversation
I checked out the branch, run npm install and npm test, and it all worked, just like on CI. What node/npm versions are you using? Can past the output of
|
|
what node version? I tested it with node v4.8.3 / npm v2.15.11 and could not reproduce it. Can you try to I think the problem is that |
One of those npm --versions was supposed to be node 😓
Removing I think we can start with a PR to update the peer dependencies and see how that goes. |
I submitted mtsmfm/hubot-test-helper#44 upstream, and that was released as 1.6.0 I updated to using that, and now I am getting the same error as before. Even worse, I'm getting it consistently even after removing node_modules and re |
I know get the error, too 🤔 It looks like it’s related to this line https://github.com/mtsmfm/hubot-test-helper/blob/master/src/index.coffee#L12. In the constructor it tries to load the the adapter based on the passed name which is prefixed with When I downgraded to This will require some investigation, but we should definitely figure out why it’s failing with the new hubot before making hubot@3 the latest release on npm |
This fails for me in development, for some reason:
hubot-test-helper subclasses robot and handles making its own adapter. The error message is coming from robot's loadAdapter, which is weird because hubot-test-helper should be overriding it
What is weird to me is that Travis is passing 🤔
cc @gr2m hubotio/evolution#4