Generally, if you look at the documentation and install @swc-cli, it will install to the latest version.
npm i --save-dev @swc/cli @swc/core
https://docs.nestjs.com/recipes/swc#installation
The current version of@swc-cliis v0.3.5.
https://www.npmjs.com/package/@swc/cli?activeTab=versions
Currently, @nestjs/cli has a peer dependency of ^0.1.62, which causes crashes like the one in the capture image.
In this case, should we modify the installation instructions in the documentation to @swc/[email protected] or should we modify the dependency of @nestjs/cli?