2

enter image description hereI am creating an Angular project in VS 2022 and when I run it, I get the following error

Error: Couldn't start the SPA development server with command 'npm start'. Information: No SPA development server running at https://localhost:44463 found.

1 Answers1

0

in most of the cases this can be for node version that you installed,check angular version compatability with node version from here:Is there a compatibility list for Angular / Angular-CLI and Node.js?