-
Notifications
You must be signed in to change notification settings - Fork 178
Npm pkg Install fails when network access is restricted to npm repository only (internal/private network setup). #1180
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
Comments
I have this issue as well. |
I don't have this exact issue but the https reference to github instead of a stable npm release is confusing our yarn v1 lockfile if it was changed to make @electron/node-gyp point at a stable npm release that would be great some users on my team get this error, some don't
and then it flip flops between these two states in the lockfile
|
Any update on this? This is breaking our CI/CD and is not easily resolved because this is a dependency of a dependency. This seems like a mistake because @electron/node-gyp says this:
Node 12 is come and gone. |
I think the results are in. |
We are consuming this via Electron Forge, which still runs on v3. Please release a v3 fix.
|
@VerteDinde Can a v3 release be scheduled for the fix? This needs to trickle back into Electron Forge, which is thankfully using |
Environment
Error
Current Behavior
Expected Behavior
@electron/node-gyp
npm repositoryProposed Solutions
Either:
OR
Additional Context
This issue affects organizations with strict network policies where external access is limited to npm repository only.
Impact
The text was updated successfully, but these errors were encountered: