Skip to content

Instantly share code, notes, and snippets.

@robbi5
Created October 26, 2011 15:48
Show Gist options
  • Save robbi5/1316770 to your computer and use it in GitHub Desktop.
Save robbi5/1316770 to your computer and use it in GitHub Desktop.
Install Hubot despite of missing npm packages
1. Download hubot-1.0.6.tar.gz from https://github.com/github/hubot/downloads
2. Extract it
3. Download hubot source as tar.gz ("Download as .tar.gz"-Button) from https://github.com/github/hubot/downloads
4. Download hubot-scripts as tar.gz from https://github.com/github/hubot-scripts/downloads
5. Open terminal, cd into your hubot directory from Step 2.
6. run: npm install /path/to/downloaded/github-hubot-v1.0.6-11-gc25ac66.tar.gz && npm install /path/to/downloaded/github-hubot-scripts-v1.0.4-0-g97b9c21.tar.gz
7. run hubot with bin/hubot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment