ReferenceError: process is not defined
Closed this issue · 2 comments
parveezahamed commented
justinbhopper commented
Getting this too. I'm trying to run a react app in Electron, and so process is not a global variable (unless I make the app insecure by enabling node integration).
compulim commented
This should be fixed, we removed process.env
usage from debug.js
.
Please open a new issue if you are seeing it again.