Maybe the committed lock file is generated differently than my environment.
But I have other questions like should we really need to support two package managers in development workflow,
or should we need yarn.lock file anyway, because there is already package-lock present.
I encounter some huge diff generated by using
npm install
, and it is problemantic in my development workflow.Maybe the committed lock file is generated differently than my environment. But I have other questions like should we really need to support two package managers in development workflow, or should we need yarn.lock file anyway, because there is already
package-lock
present.