Created
October 24, 2017 12:24
-
-
Save gregkare/f730472f51fc41c4734242c213b00bb6 to your computer and use it in GitHub Desktop.
botka
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node --version | |
v6.11.4 | |
$ npm --version | |
5.5.1 | |
# Getting the same result with npm 5.4.2 and node 4.8.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Tue Oct 24 2017 14:16:17 GMT+0200 (CEST)] ERROR Error loading scripts from npm package - Error: Cannot find module 'hubot' | |
at Function.Module._resolveFilename (module.js:469:15) | |
at Function.Module._load (module.js:417:25) | |
at Module.require (module.js:497:17) | |
at require (internal/module.js:20:19) | |
at Object.<anonymous> (/Users/kare/code/5apps/hubot-remotestorage-logger/src/logger.es6:22:13) | |
at Module._compile (module.js:570:32) | |
at normalLoader (/Users/kare/code/5apps/hubot-remotestorage-logger/node_modules/babel-core/lib/api/register/node.js:199:5) | |
at Object.require.extensions.(anonymous function) [as .es6] (/Users/kare/code/5apps/hubot-remotestorage-logger/node_modules/babel-core/lib/api/register/node.js:216:7) | |
at Module.load (/Users/kare/code/kosmos/botka/node_modules/coffee-script/lib/coffee-script/register.js:45:36) | |
at tryModuleLoad (module.js:446:12) | |
at Function.Module._load (module.js:438:3) | |
at Module.require (module.js:497:17) | |
at require (internal/module.js:20:19) | |
at module.exports (/Users/kare/code/5apps/hubot-remotestorage-logger/index.js:7:3) | |
at Robot.loadExternalScripts (/Users/kare/code/kosmos/botka/node_modules/hubot/src/robot.coffee:278:38) | |
at /Users/kare/code/kosmos/botka/node_modules/hubot/bin/hubot:159:26 | |
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:447:3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding hubot to hubot-remotestorage-logger's package.json fixes the issue