You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following when trying to run yo hubot:script
$ yo hubot:script
/usr/local/lib/node_modules/generator-hubot/generators/script/index.js:64
var userName = this.user.git.name();
^
TypeError: Property 'name' of object #<Object> is not a function
at Base.yeoman.generators.Base.extend.prompting.askFor (/usr/local/lib/node_modules/generator-hubot/generators/script/index.js:64:36)
at /usr/local/lib/node_modules/generator-hubot/node_modules/yeoman-generator/lib/base.js:381:14
at processImmediate [as _immediateCallback] (timers.js:345:15)
I'm not aware of any extra config I may need to do, but git is configured with a name:
$ git config --list
user.name=Andrew Khoury
I installed the generator via npm install -g yo generator-hubot on OSX.
The text was updated successfully, but these errors were encountered:
I get the following when trying to run
yo hubot:script
I'm not aware of any extra config I may need to do, but git is configured with a name:
I installed the generator via
npm install -g yo generator-hubot
on OSX.The text was updated successfully, but these errors were encountered: