Parrot-Developers/node-flower-bridge

Error: Cannot find module './lib/resolve-length'

Closed this issue · 0 comments

After installing node-flower-bridge on my Raspberry Pi I tried running ./bridge display
I receive the following error message:
`-- Flower Bridge --

module.js:545
throw err;
^

Error: Cannot find module './lib/resolve-length'
at Function.Module._resolveFilename (module.js:543:15)
at Function.Module._load (module.js:470:25)
at Module.require (module.js:593:17)
at require (internal/module.js:11:18)
at Object. (/home/pi/node_modules/node-flower-bridge/node_modules/memoizee/index.js:4:21)
at Module._compile (module.js:649:30)
at Object.Module._extensions..js (module.js:660:10)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:501:12)
at Function.Module._load (module.js:493:3)`

Your help is highly appreciated