I used the npm start command. The error comes up as below. I think it could be Version Problem. My Node.js Version v10.16.3.
. delete package. lock file and node_modeules
folder from frontend and then run this commands.
i was run this commands one by one
npm uninstall -g angular-cli
npm uninstall -g @angular/cli
npm cache clean
npm install -g @angular/cli@11
Again the same error comes to her
@genesisui/angular@1.8.12 start D:> node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --o --host 0.0.0.0 --proxy-conf proxy.conf.json
Node.js version v10.16.3 detected.
The Angular CLI requires a minimum Node.js version of either v14.15, or v16.10.
Please update your Node.js version or visit https://nodejs.org/ for additional instructions.
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! @genesisui/angular@1.8.12 start: `node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --o --host 0.0.0.0 --proxy-conf proxy.conf.json`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the @genesisui/angular@1.8.12 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Dell\AppData\Roaming\npm-cache\_logs\2022-06-27T04_09_42_465Z-debug.log