Template ReferenceError: process is not defined
Saphareas opened this issue · 1 comments
Saphareas commented
I'm unable to run a fresh project. I did change nothing and simply ran npm install && npm run dev
. I'm getting this error:
ERROR in Template execution failed: ReferenceError: process is not defined
ERROR in ReferenceError: process is not defined
- index.ejs:11 eval
[.]/[html-webpack-plugin]/lib/loader.js!./src/index.ejs:11:2
- index.ejs:16 module.exports
[.]/[html-webpack-plugin]/lib/loader.js!./src/index.ejs:16:3
- index.js:284
[my-project]/[html-webpack-plugin]/index.js:284:18
- task_queues.js:89 processTicksAndRejections
internal/process/task_queues.js:89:5
Electron outputs almost the same with the heading Html Webpack Plugin:
Node version: 12.2.0
npm version: 6.9.0
Saphareas commented
Oh my god, I'm an idiot, this is the wrong repo. But the names vue-electron and electron-vue are easy to confuse.