You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> npm prune --production
> npm WARN [email protected] requires a peer of electron@^2.0.4 but none is installed. You must install peer dependencies yourself.
Update: issue exist when I used npm, when I used yarn then it indicated that some other modules were needed to update to resolve peerdependency of electron with electron-json-storage.
After updating modules in package.json it seems to work fine now.
lesson learned: do not use npm, use yarn :P
The text was updated successfully, but these errors were encountered:
I looked into the issue #114 but my electron app is still doubling the size.
w/o electron-json-storage: 35 mb
w/ electron-json-storage: 71mb
"electron": "^2.0.10",
"electron-json-storage": "^4.1.2",
"electron-builder": "^19.56.2"
also see result of npm prune:
Update: issue exist when I used npm, when I used yarn then it indicated that some other modules were needed to update to resolve peerdependency of electron with electron-json-storage.
After updating modules in package.json it seems to work fine now.
lesson learned: do not use npm, use yarn :P
The text was updated successfully, but these errors were encountered: