Added the package in packages.json and external-scripts.json but i stuck with this error:
$ env HUBOT_AUTH_ADMIN="frdmn" hubot
Hubot> [Wed May 21 2014 10:10:01 GMT+0200 (CEST)] ERROR Error loading scripts from npm package - Error: Cannot find module 'hubot-github-comments-notifier'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Robot.loadExternalScripts (/usr/local/lib/node_modules/hubot/src/robot.coffee:256:11)
at /usr/local/lib/node_modules/hubot/bin/hubot:122:28
at fs.js:266:14
at Object.oncomplete (fs.js:107:15)
Added the package in
packages.jsonandexternal-scripts.jsonbut i stuck with this error: