@
ktmud 直接在根目录下跑的。话说这个能放到AppFog上跑么?
我直接把Git上的源码Clone下来npm install 然后npm start,提示我:
sh: 1: supervisor: not found
npm ERR! weixin-robot@0.0.6 start: `supervisor --debug examples/app.js`
npm ERR! `sh "-c" "supervisor --debug examples/app.js"` failed with 127
npm ERR!
npm ERR! Failed at the weixin-robot@0.0.6 start script.
npm ERR! This is most likely a problem with the weixin-robot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! supervisor --debug examples/app.js
npm ERR! You can get their info via:
npm ERR! npm owner ls weixin-robot
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.2.0-29-generic-pae
npm ERR! command "nodejs" "/usr/bin/npm" "start"
npm ERR! cwd /root/weixin-robot
npm ERR! node -v v0.8.16
npm ERR! npm -v 1.1.69
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/weixin-robot/npm-debug.log
npm ERR! not ok code 0