mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Linux Build doesn't run with cannot find module error #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uclaitsscott on GitHub (Dec 9, 2017).
Originally assigned to: @robertmuehsig on GitHub.
Uncaught Exception: Error: Cannot find module './bin/electron.manifest.json'
Occurs after I copied linux build folder to Ubuntu and tried to run it. The error originates in the main.js when it cannot find this file (doesn't exist in linux build, nor does a bin folder). I didn't see any additional steps I'm supposed to take in the readme, but I suspect there must be something I missed.