My current angular version is '^7.1.4' and I want to continue with same version. but while doing ng serve I am getting below error.
You are running version v8.9.3 of Node.js, which is not supported by Angular CLI 8.0+. The official Node.js version that is supported is 10.9 or greater.
Please visit https://nodejs.org/en/ to find instructions on how to update Node.js.
Node version : v8.9.3 NPM Version : 6.4.1
thanks in advance