cssinjs icon indicating copy to clipboard operation
cssinjs copied to clipboard

Why is there no package-lock.json file?

Open steinybot opened this issue 2 years ago • 1 comments

I would expect there to be a package-lock.json in the repository. Why isn't there one?

steinybot avatar Jan 10 '24 02:01 steinybot

GitHub repository will not limit your package manager. You can use your preferred package manager. There is no need to lock the fixed version of the file, follow the semver version rules. By the way, I usually use yarn or npm.

Wxh16144 avatar Feb 29 '24 03:02 Wxh16144