electron-quick-start icon indicating copy to clipboard operation
electron-quick-start copied to clipboard

Install.js not respecting local npm repo

Open bjdash opened this issue 4 years ago • 2 comments

My organisation uses Nexus for serving npm packages. And my local npm registry is configured to use the same. Running npm get registry returns the Nexus registry url.

But when I do npm install for this repo, during the postinstall step of electron it runs the script node install.js which is connecting to github.com instead of the Nexus registry.

I am getting below error RequestError: connect TOMEOUT 140.82.121.3:443

Do I need any other configuration for this?

bjdash avatar Nov 09 '21 10:11 bjdash

Does this help?

https://www.electronjs.org/docs/latest/tutorial/installation#custom-mirrors-and-caches

erickzhao avatar Nov 09 '21 17:11 erickzhao

var/ h.

SUDDSDUDDS avatar Mar 16 '22 15:03 SUDDSDUDDS