Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install.js not respecting local npm repo #548

Open
bjdash opened this issue Nov 9, 2021 · 2 comments
Open

Install.js not respecting local npm repo #548

bjdash opened this issue Nov 9, 2021 · 2 comments

Comments

@bjdash
Copy link

bjdash commented Nov 9, 2021

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?

@erickzhao
Copy link
Member

@SUDDSDUDDS

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants