mafintosh / hypervision

P2P Television
MIT License
449 stars 59 forks source link

Runtime error on macOS High Sierra (“Cannot find module ./trie”) #39

Open aral opened 6 years ago

aral commented 6 years ago

To reproduce

  1. Following instructions in the readme
  2. App launches

What should happen

Interface should load.

What actually happens

Blank window.

Error in console:

Uncaught Error: Cannot find module './trie' (module.js:457)
aral commented 6 years ago

A better stack trace after upgrading Electron to 2.0.2:

Uncaught Error: Cannot find module './trie'
    at Module._resolveFilename (module.js:543)
    at Function.Module._resolveFilename (/Users/aral/sandbox/dat/hypervision/node_modules/electron/dist/Electron.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35)
    at Function.Module._load (module.js:473)
    at Module.require (module.js:586)
    at require (internal/module.js:11)
    at o (bundle.js:1)
    at bundle.js:1
    at Object.<anonymous> (bundle.js:780)
    at Object.14../trie (bundle.js:857)
    at o (bundle.js:1)