Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yeoman hubot initiation. #30

Open
tunasalat opened this issue Feb 11, 2016 · 1 comment
Open

Yeoman hubot initiation. #30

tunasalat opened this issue Feb 11, 2016 · 1 comment

Comments

@tunasalat
Copy link

After executing hubot -c ${::hubot::bot_name} we get an error:

'hubot --create' is deprecated. Use the yeoman generator instead
    npm install -g yo generator-hubot
    mkdir -p hubot
    cd hubot
    yo hubot

Should we update the config to use yeoman instead?

@frozenfoxx
Copy link

I have also run into this issue. I'm doing what I can to create a pull request but properly changing this behavior is proving difficult for me. It seems that npm install -g yo generator-hubot requires root level privilege which naturally we could have it just do but I figured there was a reason the command is being run as hubot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants