Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install electron without using npm command?

Please let me know, how to install electron without using npm. I am using windows 10 , 64 bit OS. I have tried to find option with documentation but not getting detailed step by step guide for this.

like image 629
John D Avatar asked Mar 10 '26 10:03

John D


1 Answers

What do you mean by "installing electron"? You can install an electron application. If it's packed you do not need npm or node.

If you want to write an electron application you will need the packages and therefore npm. Only way of doing it without would be installing the dependencies manually which would be extremely difficult and time consuming. Furthermore without npm you cannot test or pack your app. So that would be quite useless.

Why do you not want to use npm?

like image 58
Torf Avatar answered Mar 13 '26 10:03

Torf



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!