Hubot install on OSX El Capitan
See original GitHub issueI am trying to install the hubot on OSX El Capitan.
I completed this steps below.
$ npm install -g yo generator-hubot
$ mkdir hubot-example
$ cd hubot-example
I found this error when executing yo hubot
.
$ yo hubot
_____________________________
/ \
//\ | Extracting input for |
////\ _____ | self-replication process |
//////\ /_____\ \ /
======= |[^_/\_]| /----------------------------
| | _|___@@__|__
+===+/ /// \_\
| |_\ /// HUBOT/\\
|___/\// / \\
\ / +---+
\____/ | |
| //| +===+
\// |xx|
? Owner shigemk2 <xxxxxxxxxxxxxxxx>
? Bot name hubot-example
? Description A simple helpful robot for your Company
? Bot adapter (campfire) slackgot back false
/usr/local/lib/node_modules/yo/node_modules/rx/dist/rx.js:77
throw e;
^
true
Please tell me the solution.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
How To Install OSX 10.11 El Capitan On A PC - YouTube
Recommended Hackintosh Parts:http://www.instafuze.com/?p=595PC Build Guide:http://bit.ly/1Laqg1SDownload Links:UniBeast 6.0: ...
Read more >How to install El Capitan on your Mac - YouTube
Find out how to install Apple's new Mac OS X El Capitan operating system.
Read more >Use Homebrew zsh Instead of the OS X Default
If the zsh shell that Apple provides in Mac OS X is out of date, as it has been in Yosemite and El...
Read more >Can not install steroids by missing yo - Stack Overflow
I'm using Mac OS El Capitan. After install yo successfully npm install -g yo. Then I install steroids: npm install -g steroids. I...
Read more >generator-hubot issue 64 - by shigemk2
I am trying to install the hubot on OSX El Capitan. I completed this steps below. $ npm install -g yo generator-hubot $...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Simply providing the adapter worked around the issue for me:
yo hubot --adapter="slack"
A fix for this released in
generator-hubot@0.4.0
. Anyone running into this shouldnpm install -g generator-hubot
to get the latest.