taskbook
taskbook copied to clipboard
Adding package-lock.json to repository
Describe the bug
package-lock.json is missing from the repo, making it hard to package.
To Reproduce
npm install -> not generating package-lock.json (cf .npmrc)
Expected behavior
package-lock.json should be included and committed in the repository to pin dependencies.
Screenshots -
Technical Info (please complete the following information)
- OS:
NixOS - Node.js Version:
v20.19.0 - Taskbook Version:
0.3.0
Additional context
Is there any reason we shouldn't commit package-lock.json to the repo ?
I'm trying to package this tool for https://github.com/NixOS/nixpkgs/issues/401580 and the absence of this file would require workarounds that could leave the package a few versions behind for a while in case of futur updates.