You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have npmrc file where I specified to use the local feed as registry, even then it tries to connect to registry.npmjs.org and I dont know why ?
error details:
npm error network request to https://registry.npmjs.org/gulp-cli failed, reason: Client network socket disconnected before secure TLS connection was established
npm error network This is a problem related to network connectivity.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
I have the following task in my ADO pipeline and we are trying to restrict access to outside public repos.
displayName: 'Install Gulp CLI Globally'
inputs:
command: custom
customCommand: 'install -g [email protected]
I have npmrc file where I specified to use the local feed as registry, even then it tries to connect to registry.npmjs.org and I dont know why ?
error details:
npm error network request to https://registry.npmjs.org/gulp-cli failed, reason: Client network socket disconnected before secure TLS connection was established
npm error network This is a problem related to network connectivity.
Expected Behavior
No response
Steps To Reproduce
running install -g [email protected]
Environment
; copy and paste output from `npm config ls` here
The text was updated successfully, but these errors were encountered: