0

I'm trying to heroku-deploy a hubot application (into Slack, if that matters). I'm developing locally on Ubuntu 14.04. I am closely following these instructions.

Here are my steps...

sudo apt-get install node npm
sudo npm install -g hubot coffee-script
hubot --create myrobot

However, nothing at all is created, there is no myrobot directory---and there is no statement of error. Honestly, I'm not even sure where to look for debugging information.

It doesn't make a difference, but is good practice to be doing all this within a cloned git:hubot-slack directory?

Mittenchops
  • 18,633
  • 33
  • 128
  • 246

1 Answers1

1

The issue was resolved by creating a symlink from nodejs to node.

Mittenchops
  • 18,633
  • 33
  • 128
  • 246