octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 181 forks source link

DispatcherWorker constructor is missing "@pepper on Ubuntu #137

Closed rizvanhaider closed 7 years ago

rizvanhaider commented 7 years ago
/home/rizwan/Desktop/octoblu/meshblu/node_modules/meshblu-core-dispatcher/src/dispatcher-worker.coffee:88
        throw new Error('DispatcherWorker constructor is missing "@pepper"');
        ^

Error: DispatcherWorker constructor is missing "@pepper"
    at new DispatcherWorker (/home/rizwan/Desktop/octoblu/meshblu/node_modules/meshblu-core-dispatcher/src/dispatcher-worker.coffee:88:15)
    at new MeshbluCoreRunner (/home/rizwan/Desktop/octoblu/meshblu/src/meshblu-core-runner.coffee:22:31)
    at Object.<anonymous> (/home/rizwan/Desktop/octoblu/meshblu/command.coffee:225:23)
    at Object.<anonymous> (/home/rizwan/Desktop/octoblu/meshblu/command.coffee:253:4)
    at Module._compile (module.js:570:32)
    at Object.loadFile (/home/rizwan/Desktop/octoblu/meshblu/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
    at Module.load (/home/rizwan/Desktop/octoblu/meshblu/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 Object.<anonymous> (/home/rizwan/Desktop/octoblu/meshblu/command.js:4:1)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.runMain (module.js:604:10)
    at run (bootstrap_node.js:394:7)
    at startup (bootstrap_node.js:149:9)
    at bootstrap_node.js:509:3