hubotio / generator-hubot

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

`npm install -g coffee-script` is necessary? #22

Closed bouzuya closed 9 years ago

bouzuya commented 9 years ago

npm install -g coffee-script. Is it necessary?

npm test does not work unless install coffee-script. I fixed it. See #11 .

technicalpickles commented 9 years ago

I'm not sure what you are referring to. Where are you seeing to do npm install -g coffee-script?

technicalpickles commented 9 years ago

Oh, I see what you mean now. No, it shouldn't be necessary and is fixed by https://github.com/github/generator-hubot/pull/28