How to resolve the error - npm is not recognized in visual studio code?
I am getting the error "'npm' is not recognised as an internal or external command" while creating a project in VS code using Salesforce CLI. Don't know what I am missing out on. Can anyone guide me?
The error - npm is not recognized in visual studio code is because of the Node.js not installed or it has older version install latest node.js with npm from https://www.npmjs.com/get-npm
Setup user variable for the installed Node.js --> "C:Program Files
odejs
Which will solve the issue!