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

Multiple package locks #146

Open
conartist6 opened this issue Jul 3, 2019 · 1 comment
Open

Multiple package locks #146

conartist6 opened this issue Jul 3, 2019 · 1 comment

Comments

@conartist6
Copy link

Currently the project contains both package-lock.json and yarn.lock. Unsurprisingly, this causes yarn to warn:

warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

Is it intended for npm to be used, or for yarn to be used?

@COScholl
Copy link
Collaborator

Considering yarn and npm can be used with any package you please by killing the lock file you don't want and updating with your package manager of choice, I am not sure this has to be one or the other. I am open to suggestions, but I am not sure where attending to this question is going to land on the priority queue.

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

No branches or pull requests

2 participants