Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created March 5, 2013 04:07
Show Gist options
  • Select an option

  • Save iorionda/5087915 to your computer and use it in GitHub Desktop.

Select an option

Save iorionda/5087915 to your computer and use it in GitHub Desktop.
./bin/hubot -a skype が動かない。
[Tue Mar 05 2013 12:45:38 GMT+0900 (JST)] ERROR Cannot load adapter skype - Error: Cannot find module 'hubot'
TypeError: Cannot call method 'on' of null
at Object.<anonymous> (/Users/ONDA/work/hubot/bin/hubot:136:19)
at Object.<anonymous> (/Users/ONDA/work/hubot/bin/hubot:140:4)
at Module._compile (module.js:449:26)
at Object.exports.run (/Users/ONDA/.nodebrew/node/v0.8.18/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:82:25)
at compileScript (/Users/ONDA/.nodebrew/node/v0.8.18/lib/node_modules/coffee-script/lib/coffee-script/command.js:177:29)
at fs.stat.notSources.(anonymous function) (/Users/ONDA/.nodebrew/node/v0.8.18/lib/node_modules/coffee-script/lib/coffee-script/command.js:152:18)
at fs.readFile (fs.js:176:14)
at Object.oncomplete (fs.js:297:15)
@iorionda
Copy link
Copy Markdown
Author

iorionda commented Mar 5, 2013

% node -v 
v0.8.18

% npm -v
1.2.2

% ./bin/hubot --version
2.4.7

@iorionda
Copy link
Copy Markdown
Author

iorionda commented Mar 5, 2013

% node -v
v0.9.11

でもダメでした。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment