hubotio / generator-hubot

Hubot generator for Yeoman
MIT License
155 stars 91 forks source link

YO Hubot not passing adaptor #69

Closed mariohmol closed 7 years ago

mariohmol commented 8 years ago

When running yo hubot it no pass from step bot adapter, any ideias how to fix it or to manually generate hubot?

$ yo hubot
                     _____________________________  
                    /                             \ 
   //\              |      Extracting input for    |
  ////\    _____    |   self-replication process   |
 //////\  /_____\   \                             / 
 ======= |[^_/\_]|   /----------------------------  
  |   | _|___@@__|__                                
  +===+/  ///     \_\                               
   | |_\ /// HUBOT/\\                             
   |___/\//      /  \\                            
         \      /   +---+                            
          \____/    |   |                            
           | //|    +===+                            
            \//      |xx|                            

? Owner Mario <xxx@gmail.com>
? Bot name mhubot
? Description A simple helpful robot for your Company
? Bot adapter (campfire) 
mariohmol commented 8 years ago

to work i had to do something like this:

yo hubot --owner="Mario <xxx@gmail.com>" —name="MHubot" —description=“M Bot" --adapter=campfire --defaults

seestems commented 7 years ago

Working after update of yoman package: $npm install yo -g

stale[bot] commented 7 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.