Achyuta Gupta
Achyuta Gupta
# Description I have added preload scripts to fix the error `window.require is not a function.` The preload script initialize the renderer process environment i.e,`ipcRenderer` before the actual web page...
# Description Added a cross-env package in the node modules so that it can set env var BROWSER=none on running the command 'yarn dev' or 'npm run dev'. - Fixes...
There is an error `window.require is not a function.` occurring in browse-blocks-functions.js as well as main.js when there is an attempt to use `ipcRenderer` of Electronjs before the Electron main...
 On running npm run dev i am getting this error. `'BROWSER' is not recognized as an internal or external command.`