Parrot-Developers / node-flower-bridge

[Ble/Cloud bridge] Synchronize your Flower Powers with a raspberry. Now you can take holidays safely.
BSD 3-Clause "New" or "Revised" License
36 stars 21 forks source link

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

Closed reetpetite closed 5 years ago

reetpetite commented 5 years ago

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