Quantcast
Channel: Electron non-context-aware native module in renderer - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Suraj Lulla for Electron non-context-aware native module in renderer

Following is the solution for now, until it can't be changed anymore!// Make the following changes in main.jsapp.whenReady(() => { app.allowRendererProcessReuse = false})

View Article



Answer by Thalinda Bandara for Electron non-context-aware native module in...

finally, I found my answer if anyone curious about this here's the linkapp.allowRendererProcessReuse = falseadd this line to main.js

View Article

Electron non-context-aware native module in renderer

I have updated electron to latest in my project because there were some printer issues with that now I am facing this problem which is when I am importing packages to frontend it's throwing this error...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images