Closed tlofreso closed 6 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
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"
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