What does 'command not found: npm' mean when running 'npm start'?

Question

Grade: Education Subject: Support
What does 'command not found: npm' mean when running 'npm start'?
Asked by:
65 Viewed 65 Answers

Answer (65)

Best Answer
(231)
This means that the `npm` command is not recognized by your operating system. Ensure that Node.js and npm are installed correctly and that the npm executable is in your system's PATH environment variable. Try reinstalling Node.js.