‘concurrently’ is not recognized as an internal or external command npm Exception

‘concurrently’ is not recognized as an internal or external command npm Exception

Exception:

‘concurrently’ is not recognized as an internal or external command

Resolution:

Run the following command

npm install -g concurrently

Once the above command successfully ran, then execute npm start command to start your application.

Leave a Reply