during npm start, facing issue. Shows error

HemLata Sharma 0 Reputation points
2024-07-13T17:01:07.73+00:00

While running npm start, terminal throws an error "missing script: start" even when I have already added the "start" into the script part. I am not able to see the output of Application.

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,265 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 60,866 Reputation points
    2024-07-13T18:04:53.14+00:00

    Try:

    npm run start

    0 comments No comments