When you use yarn without generating a lock file qnm has no way to understand why a package was installed (I mean, fast...)
We can show to the user a warning message that why information is missing and they can generate a yarn lockfile to see this information.
When you use yarn without generating a lock file
qnmhas no way to understand why a package was installed (I mean, fast...)We can show to the user a warning message that why information is missing and they can generate a yarn lockfile to see this information.