I'm trying to start the development of an electronJS app at my company, but I'm having a lot of trouble to install the framework by the command line "npm install electron". I have consulted the TI and our guess is that when running this the npm command, it tries to download chromium or other executables files and because of that our company proxy blocks the downloads of these files. I have installed chromium using a different way that is permitted by the proxy, so having chromium installed is not a problem. So summarizing I have two questions?
- Is chromium really downloaded with "npm install electron"?
- Is there any way I can install electronJS not using "npm install electron" or without downloading chromium?
I hope you can help me, thanks
Note: I can't download any source code from github too