The Angular CLI requires a minimum Node.js version of either
The error "The Angular CLI requires a minimum Node.js version of either" occurs when your Node.js version is not supported by the Angular CLI.
To solve the error, install the long-term supported version of Node.
You can use the
node -v
command to check your version of Node.js.if you saw in error it is indicate current node version is 20.15 but it is not supporting so we have to upgrade Node version -
So we have to upgrade node-v22.17.0-x64 ( You can use node version according to you angular version ).
Thank you when you update the version this issue is fixed.
Thank you Hope it is help you !
No comments:
Post a Comment