mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Linux packaged version fails to start #185

Closed fabricedesre closed 8 years ago

fabricedesre commented 8 years ago

I ran npm run package and then extracted dist/tofino-0.1.0-linux-x64.zip into a new directory. From there, running ./tofino fails with:

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'immutable'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (/home/fabrice/sandbox/tofino/resources/app/lib/main/reducers/bookmarks-reducers.js:12:18)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)
bgrins commented 8 years ago

Looks like this could be related to https://github.com/mozilla/tofino/pull/162#issuecomment-211726564