Thanks for reaching out, here are some steps you can follow
1.Check if Node.js is installed properly
Open Command Prompt or PowerShell and run:
node -v ,npm -v ,npx -v
If these commands return version numbers, Node.js, npm, and npx are installed.
If you get an error like “command not found”, then Node.js was not added to the PATH.
- Fix PATH environment variable
Sometimes Visual Studio installs Node.js in a location not added to PATH. Go to Start Menu and type “Environment Variables” to Edit the system environment variables.
Under System variables there is Path, check if there’s an entry for Node.js. If not there, add it manually and restart Visual Studio.
3.If Node.js is not installed
Download and install the latest LTS version of Node.js directly from the official site:
🔗 https://nodejs.org