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

Remove package-lock.json file #1683

Merged
merged 1 commit into from
May 11, 2024
Merged

Conversation

robknight
Copy link
Member

We use yarn for package management, so npm package-lock.json files cause warnings to be printed when running yarn. If npm is being used to manage packages locally, it's also possible that you will encounter inconsistencies between the packages that get installed by npm locally and the packages installed by yarn in CI and as part of the production build process. Don't use npm!

@robknight robknight requested a review from ax0 May 11, 2024 11:32
@robknight robknight added this pull request to the merge queue May 11, 2024
Merged via the queue into main with commit 6a7229e May 11, 2024
1 check passed
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