Electron-vue: npm run dev error

Created on 10 Jul 2019  ·  4Comments  ·  Source: SimulatedGREG/electron-vue

Html Webpack Plugin:
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
    [electron_demo]/[html-webpack-plugin]/index.js:284:18

  • task_queues.js:89 processTicksAndRejections
    internal/process/task_queues.js:89:5

Most helpful comment

I solved this problem
change node version to 10.16.0

All 4 comments

same question...

I solved this problem
change node version to 10.16.0

I solved this problem
change node version to 10.16.0

i solved this problem as Issues #871

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rodrigomata picture rodrigomata  ·  3Comments

blackw212 picture blackw212  ·  3Comments

mvalim picture mvalim  ·  4Comments

haomehaode picture haomehaode  ·  3Comments

simdax picture simdax  ·  3Comments