You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Potential Commit/PR that introduced the regression
No response
Versions
9.5.0 > latest
Describe the regression
I want to upgrade my local nest/cli from 9.5.0 to the latest version, but I can't, it prompts me that the node version needs to be greater than 18.13. because @angular-devkit needs a high version of node. I feel it's unreasonable, and conflicts with the minimum supported version 16 of nest/cli and nestjs.
I don't feel comfortable upgrading node version for some objective reasons, so I hope nest/cli can support node v16.
Thank you.
Minimum reproduction code
npminstall-g @nestjs/cli
Expected behavior
Smoothly upgrade to the latest version
Other
No response
The text was updated successfully, but these errors were encountered:
Same warning observed, when I use the nest for as sub-app for my express server with node16.x ( usually with private npm repository )
Ideally if we are not using the angular in project, The dependency should not be pulled in node_modules.
@kamilmysliwiec in order to fix that, we should downgrade @angular-devkit/* to v16
It's fair because looking at v17.0.0 changelogs it seems that it was a major bump just because their drop supporting node16. There are couple fixes in v17 as well but I don't think they would impact on @nestjs/cli
Ideally if we are not using the angular in project, The dependency should not be pulled in node_modules.
those deps are needed because nestjs CLI uses the Angular Schematics feature. And this is fine. Also, in a production env., you shouldn't be using nestjs CLI so having that dep is not a big deal.
Did you read the migration guide?
Is there an existing issue that is already proposing this?
Potential Commit/PR that introduced the regression
No response
Versions
9.5.0 > latest
Describe the regression
I want to upgrade my local nest/cli from 9.5.0 to the latest version, but I can't, it prompts me that the node version needs to be greater than 18.13. because @angular-devkit needs a high version of node. I feel it's unreasonable, and conflicts with the minimum supported version 16 of nest/cli and nestjs.
I don't feel comfortable upgrading node version for some objective reasons, so I hope nest/cli can support node v16.
Thank you.
Minimum reproduction code
Expected behavior
Smoothly upgrade to the latest version
Other
No response
The text was updated successfully, but these errors were encountered: