Mixing package managers is not recommended. Right now we have package-lock.json and yarn.lock on the project. We should keep only one and remove the other to avoid confusion and misuse.
Based on the README.md we should keep yarn.lock and remove package-lock.json (since that's what we recommend using).
Mixing package managers is not recommended. Right now we have
package-lock.json
andyarn.lock
on the project. We should keep only one and remove the other to avoid confusion and misuse.Based on the README.md we should keep
yarn.lock
and removepackage-lock.json
(since that's what we recommend using).