|
|
|
|
|
by girvo
3742 days ago
|
|
> npm lacking something like lockfiles `npm shrinkwrap --dev` will give you a shrinkwrap file, with dev-deps also locked. Still, it took me 3 months of heavy Node usage before I found that out. Over in PHP land, while Composer has its own set of faults, it's at least generating a lockfile automatically. |
|