nestjs / typescript-starter

Nest framework TypeScript starter :coffee:
https://nestjs.com
1.86k stars 1.04k forks source link

chore: fix lock file manifest out-of-sync #276

Closed micalevisk closed 1 year ago

micalevisk commented 1 year ago

we cannot run npm ci when using node18 or node16 (npm v9), just on node14 (npm v6)

image

I just ran rm package-lock.json && npm ci with node18 + npm v9

kamilmysliwiec commented 1 year ago

lgtm