Skip to content

Instantly share code, notes, and snippets.

@kakts
Created January 23, 2016 06:40
Show Gist options
  • Save kakts/0e5c35f44395845e2972 to your computer and use it in GitHub Desktop.
Save kakts/0e5c35f44395845e2972 to your computer and use it in GitHub Desktop.
Installing hubot packages.
// Installing hubot coffee-script
$ npm install -g hubot coffee-script
// Cheking hubot version
$ hubot -v
2.18.0
// After hubot version 2.9, we use generator-hubot when initializing hubot.
$ npm install -g yo generator-hubot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment