tradebase / ga-bitbot-revived

Automatically exported from code.google.com/p/ga-bitbot-revived
GNU General Public License v3.0
1 stars 0 forks source link

Error after revision 2c45360f6f0c pubnub #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Existing install, after revistion 2c45360f6f0c following error:

module.js:340
    throw err;
          ^
Error: Cannot find module 'pubnub'
    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 Object.<anonymous> (/home/conflict/Programming/ga-bitbot/tools/nimbs/server.js:236:14)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)

Original issue reported on code.google.com by anderson...@gmail.com on 22 Dec 2013 at 1:47

GoogleCodeExporter commented 9 years ago
Run 'npm up' from the '~/ga-bitbot/tools/nimbs/' directory.

(5:14:50 PM) Conflict: so i made the modifications to package.js and server.js 
and now i get this pubnub/throw err when i try to start --> 
http://pastebin.com/q75n4haq
(5:16:02 PM) yorick: Conflict: you need to run 'npm up' in the nimbs directory

Original comment by anderson...@gmail.com on 22 Dec 2013 at 1:49