-
-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Description
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 NixOS/nixpkgs#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.
Metadata
Metadata
Assignees
Labels
No labels