-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running linux executable throws "Error: Cannot find module 'source-map-support/source-map-support.js'" #3
Comments
Same error exists on Windows 10. |
I had the same error until adding source-map-support as a (non dev) dependency on Windows 10, and I published a new version that adds it in the generator. I am not sure if this will fix the issue on linux as well, so let me know if it works. Remember to re-invoke the generator after updating to 0.1.8 with |
Works for me on Win10. Haven't tested on Linux yet. @bdiz ? |
I can't seem to get by vuejs/vue-cli #1162 in order to verify. |
Try using this suggestion (comment). |
Thanks @nklayman . That suggestion did the trick as did your fix. Linux executable runs and opens gui with no problem now. 👍 |
Hi, thanks for the plugin. Gets me close.
I'm able to
yarn serve:electron
with no problem.yarn build:electron
seems ok too until I try to run the linux binary. I getError: Cannot find module 'source-map-support/source-map-support.js'
.I tried
yarn add source-map-support
andyarn add source-map-support --dev
but neither seemed to help.I've listed my build steps and versions.
Thanks.
The text was updated successfully, but these errors were encountered: