question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hubot install on OSX El Capitan

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
LoganBarnettcommented, May 2, 2016

Simply providing the adapter worked around the issue for me: yo hubot --adapter="slack"

2reactions
technicalpicklescommented, May 19, 2016

A fix for this released in generator-hubot@0.4.0. Anyone running into this should npm install -g generator-hubot to get the latest.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found