hubotio / generator-hubot

Hubot generator for Yeoman
MIT License
156 stars 83 forks source link

Error occurs when execute "yo hubot" #1

Closed xiakunhou closed 10 years ago

xiakunhou commented 10 years ago

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.

aprooks commented 10 years ago

same here

dbkaplun commented 10 years ago

:+1:

ruyadorno commented 10 years ago

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
aprooks commented 10 years ago

@ruyadorno thank you!

xiakunhou commented 10 years ago

@ruyadorno great you guys! It is so helpful.

technicalpickles commented 10 years ago

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

ruyadorno commented 10 years ago

:+1:

yogiben commented 8 years ago

@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