Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

npm not found from Visual Studio code terminal

When I try to run "npm" from VS Code terminal, I get the error "The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program." This used to work in my previous laptop, so it seems I'm missing a configuration or extension?

like image 478
H.Scheidl Avatar asked Oct 13 '25 09:10

H.Scheidl


1 Answers

Please read the documentation on how to install npm and node on your machine: https://code.visualstudio.com/docs/nodejs/nodejs-tutorial

like image 63
Nicolas Mommaerts Avatar answered Oct 15 '25 15:10

Nicolas Mommaerts