简体   繁体   中英

Hubot installation error where --create does not create a directory

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?

通过创建从nodejs到node的符号链接,解决了该问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM