NYPL / discovery-api

Discovery API: the JSON-LD API supporting NYPL Shared Collection Catalog
MIT License
6 stars 0 forks source link

Rebuild package-lock.json with npm@5.10.0 #320

Closed nonword closed 1 year ago

nonword commented 1 year ago

Rebuild package-lock.json with npm@5.10.0 because NPM instroduced package-lock only at version 5. I had npm@3.10 running locally, so I suspect that may be true for others. I suspect our package-lock has only been updated when we mistakenly ran an npm i using a more recent node - hence the spotty git updates.

Make sure you nvm use; npm i -g npm@5.10.0. (Note that more recent versions of npm may not have support for Node6.)

Node18 coming to this app soon.