hubotio/generator-hubot

Error occurs when execute "yo hubot"

xiakunhou opened this issue · 8 comments

I have install "generator-hubot", when execute command "yo hubot", there is an error,
Error hubot

You don't seem to have a generator with the name hubot installed.
You can see available generators with npm search yeoman-generator and then insta
ll them with npm install [name].
To see the 0 registered generators run yo with the --help option.

same here

👍

Meanwhile you can use it like this:

mkdir myhubot
cd myhubot
npm install https://github.com/github/generator-hubot/archive/master.tar.gz
yo hubot

@ruyadorno thank you!

@ruyadorno great you guys! It is so helpful.

This is fixed now in 0.1.3. Sorry for the inconvenience and thanks for the help!

👍

@technicalpickles I got this error with the latest version

I tried npm install -g hubot coffee-script yo generator-hubot

with different versions of node & npm, uninstalling and reinstalling components.

After 30 mins of fiddling, this worked:
npm install https://github.com/github/generator-hubot/archive/master.tar.gz