silentrob / superscript-editor

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript
MIT License
27 stars 16 forks source link

pass env vars to slack client #35

Closed g10 closed 9 years ago

g10 commented 9 years ago

passing the env vars to the child process/slack client solves the issue where node cannot start (nvm / iojs)

stdout: 
stderr: /bin/sh: node: command not found

exec error: Error: Command failed: /bin/sh -c node ./lib/slack.js
/bin/sh: node: command not found
silentrob commented 9 years ago

Thanks for the PR!