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 Azure Training
{count} votes

1 answer

Sort by: Most helpful
  1. David Broggy 6,291 Reputation points MVP Volunteer Moderator
    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.