From c6efb7c66a9f39b5a6d8928724422fcbcf3b818a Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Sat, 25 Apr 2015 10:16:31 +0200 Subject: [PATCH] fix npm install non funzionante sul server di hubot --- bin/hubot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hubot b/bin/hubot index 3e4c2a5..9488e9b 100755 --- a/bin/hubot +++ b/bin/hubot @@ -2,7 +2,7 @@ set -e -npm install +PYTHON=python2 npm install export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" DEBUG=nightmare PYTHON=python2 BIND_ADDRESS=localhost node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"