-
Notifications
You must be signed in to change notification settings - Fork 78
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
SF_NPM_REGISTRY is not working #2517
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Thanks @gavignon, It looks like it is setting the registry correctly but our code where we validate signatures only looks for |
This issue has been linked to a new work item: W-14277809 |
This should be fixed in the |
This issue is fixed in CLI version 2.14.6 (Oct 25, 2023). |
Summary
Environment variable SF_NPM_REGISTRY is not working
Steps To Reproduce
Install a sf plugin hosted on a private npm registry
Expected result
SF Plugin is installed successfully
Actual result
Install fails because the private registry is not taken into account
Workaround
Use SFDX_NPM_REGISTRY variable instead
System Information
bash and zsh
The text was updated successfully, but these errors were encountered: