Skip to content

Fix lockfile to resolve packages to public npm registry#2428

Merged
joelcarr merged 1 commit into
mainfrom
public-packages
May 13, 2026
Merged

Fix lockfile to resolve packages to public npm registry#2428
joelcarr merged 1 commit into
mainfrom
public-packages

Conversation

@ivomurrell
Copy link
Copy Markdown
Contributor

These packages were inadvertently resolved to the private Cloudsmith mirror we maintain, so the npm installation failed unless you had a suitable auth token configured. This was blocking some of our engineers who haven't configured Cloudsmith yet and also would have caused users outside of the FT to be unable to install the repository.

These packages were inadvertently resolved to the private Cloudsmith
mirror we maintain, so the npm installation failed unless you had a
suitable auth token configured.
@joelcarr
Copy link
Copy Markdown
Member

To prevent this happening again, we should add a .npmrc to explicitly set the registry for this repo. Are you okay to sort this?

@ivomurrell
Copy link
Copy Markdown
Contributor Author

To prevent this happening again, we should add a .npmrc to explicitly set the registry for this repo. Are you okay to sort this?

@joelcarr i'd need to revert #2419 to do that. not sure what the best approach is (we haven't looked into our approach in platforms yet) so maybe we just merge this fix for now?

@joelcarr joelcarr merged commit 264d32f into main May 13, 2026
7 checks passed
@joelcarr joelcarr deleted the public-packages branch May 13, 2026 14:11
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

Successfully merging this pull request may close these issues.

2 participants