commit package-lock.json

Issue #314 resolved
Trek Hopton created an issue

Currently we don’t have a shared package-lock.json file, one is generated when npm install is run. package-lock.json makes sure that all npm dependencies are the exact same version for all devs. It’s similar to how go.sum accompanies go.mod.

Someone just needs to commit a working file and we’ll go from there.

Comments (1)

  1. Log in to comment