SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.48k stars 1.55k forks source link

npm run dev error #902

Closed KyaukYou closed 4 years ago

KyaukYou commented 5 years ago

Html Webpack Plugin: ReferenceError: process is not defined

LG17 commented 5 years ago

same question...

KyaukYou commented 5 years ago

I solved this problem change node version to 10.16.0

LG17 commented 5 years ago

I solved this problem change node version to 10.16.0

i solved this problem as Issues #871

MarkMinerov commented 4 years ago

I solved this problem change node version to 10.16.0

It helped me also, thank you. I think node has some bugs in new versions, just install version 10.16.0 and everything will work again