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

update node version #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

individual-it
Copy link

scripts that I have written did not work with the old node-version e.g because they use node-cron
updating the docker image to a never version of node made it work. Currently used via: https://hub.docker.com/r/jankaritechnepal/hubot


ADD . /home/hubot/node_modules/hubot-rocketchat
npm install hubot-scripts && \
npm install hubot-rocketchat
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to install hubot-rocketchat that way, otherwise it would keep on complaining that it does not exist. Maybe I'm doing something wrong in the build process

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 this pull request may close these issues.

None yet

1 participant