tonybaloney / hubot-spark

A hubot integration for Cisco Spark
Apache License 2.0
14 stars 6 forks source link

Requires coffeescript, but none was isntalled #14

Closed tlofreso closed 6 years ago

tlofreso commented 7 years ago

I'm running into trouble when trying to set the environment variables. Also, I receive the following message when running './bin/hubot -a spark':

"npm WARN hubot-help@0.2.2 requires a peer of coffee-script@^1.12.6 but none was installed."

I'm certain it has to do with the coffee-script dependency not being present.

"npm install -g coffee-script" does not solve the issue wess

tlofreso commented 7 years ago

fixed. had environment variables set incorrectly. running on RHEL What worked: export HUBOT_SPARK_ACCESS_ROOMS="my auth key" export HUBOT_SPARK_ROOMS="my spark room"