How to update NestJs ?
npm update didn’t work to update nest, as this post said: https://stackoverflow.com/questions/57469252/is-there-a-recommended-way-to-update-nestjs
Since v9.0.0 release, the command update was removed. To upgrade your dependencies, you can use dedicated tools like ncu, npm update, yarn upgrade-interactive, etc.
So I followed the npm-check-updates packages and installed it
npm install -g npm-check-updates
Then I runned ncu
to check the available update, and applied it with ncu -u