typing express & nestjs, start project errors typing express & nestjs, start project errors express express

typing express & nestjs, start project errors


as mentioned here, just remove the package-lock.json, and reinstall packages.


I had the same problem with compilation, though just deleting package-lock.json didn't work for me. However, this did: npm update @types/express-serve-static-core --depth 1... It's suggested in the linked issue