DataBiosphere / findable-ui

Apache License 2.0
1 stars 0 forks source link

Make npx tsc after npm install work again #192

Closed NoopDog closed 1 month ago

NoopDog commented 1 month ago

Need

A dependency or transient dependency has changed, and doing an npm install then npx tsc no longer works. There are compile errors.

Doing an npm ci with the checked-in package-lock.json file does work. You can run npx tsc after that ok.

If you delete the package-lock and run npm install, the compile will fail.

NoopDog commented 1 month ago

Complete