Package lock missing #3760
Replies: 1 comment 1 reply
-
If you're talking about the repo, package lock depends on your machine. For example when I install Tailwind CSS on Mac, I get If you're talking about NPM, lockfiles can not be (and should not be) published to NPM.
Without a lockfile, you get the dependency your machine needs. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I was poking around the repo—good stuff! Noticed there’s no package-lock.json with the package.json. Could you add it? It locks dependency versions so builds don’t randomly break when npm pulls in new stuff. It’s a quick npm install and commit, and I can PR it if you want.
Honestly, I need it to build this with Nix buildNpm to keep dependency managed together
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions