Project is not get started getting error while npm start command running

mohd ahmed 0 Reputation points
2025-02-01T04:38:27.9+00:00

npm install and npm audit fix and npm start not working
also i ahve tried npm install --force and then npm audit fix --force
still npm start not working

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.
2,029 questions
{count} votes

1 answer

Sort by: Most helpful
  1. David Broggy 6,081 Reputation points MVP
    2025-02-01T21:53:09.5033333+00:00

    Hi Mohd,

    it appears npm is not properly installed on your system.

    you should try to install/re-install node.js, which provides nvm.

    or you can try winget:

    winget install OpenJS.NodeJS

    then re-open your command line window and verify it installed by typing: npm -v

    Good luck!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.