Skip to content
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

missing module after building in vue #169

Open
gruen1988 opened this issue Sep 24, 2021 · 1 comment
Open

missing module after building in vue #169

gruen1988 opened this issue Sep 24, 2021 · 1 comment

Comments

@gruen1988
Copy link

after building with vue-cli-plugin-electron-builder this error appears:

Uncaught Error: Cannot find module 'electron-json-storage'
Require stack:

  • electron/js2c/renderer_init

i use electron v.13.0.0 and
vue-cli-plugin-electron-builder 2.1.1

@jviotti
Copy link
Member

jviotti commented Sep 24, 2021

Hey @gruen1988 ,

The issue sounds more related to vue-cli-plugin-electron-builder than to electron-json-storage. For some reason, the module is not in the path, or such electron builder is trying to find the module in another path.

Do you have a fully-reproducible example we can take a look at?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants