Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ElectronJs Quick Start not starting?

Tags:

electron

I am new begin electronjs on windows, before I am used on linux not lived any problem like this.

My problem is when I am give CMD npm start then no any errors but don't opening any windows only terminal looking like this:

C:\Users\Ramazan\Desktop\electron-quick-start-master>npm start

[email protected] start C:\Users\Ramazan\Desktop\electron-quick-start-master

electron .

And nothing, I find this subject but Why doesn't npm start run electron app? and this ElectronJs: HellowWorld application is not starting But not working vc++ 2015 already installed on my pc and I tried reinstall 5 times node_modules folder.

How can I do for this problem?

like image 842
Ramazan Alkan Avatar asked Feb 24 '26 06:02

Ramazan Alkan


1 Answers

Electron doesn't support the current release of nodejs yet (v11), so people trying to use this unfortunately need to downgrade to the LTS version and it should work. I also spent almost a whole day wondering what's wrong, but this is the only thing that worked for me.

like image 91
walther Avatar answered Feb 27 '26 01:02

walther