acm-uiuc / groot

Infrastructure of ACM@UIUC
Other
12 stars 0 forks source link

Add npm lockfile to node services #45

Closed bcongdon closed 7 years ago

bcongdon commented 7 years ago

We should add a npm 5.x lockfile to all the node services.

Services that need lockfiles:

Required work: For each service: Using npm 5.x, run npm i in the service's root directory. Commit the package-lock.json file to the repo.

narendasan commented 7 years ago

Should we move to Yarn?

bcongdon commented 7 years ago

I don't think there's an especially compelling reason to switch to yarn at this point.