build: rebuild package-lock.json
The existing `package-lock.json` included `fsevents` which is a macOS specific package. This was causing errors when running a clean install (`npm ci`) on Linux hosts. By deleting the existing `package-lock.json` and rebuilding it using `npm install --legacy-peer-deps` on a Linux host machine, the `fsevents` error is resolved. This has the side-effect of updating all of the pinned package versions to the latest versions that satisfy our `package.json` requirements.
This commit is contained in:
committed by
Kyle McCormick
parent
bacce909f6
commit
9262357f1b
35828
package-lock.json
generated
35828
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user