When I try to run “npm” from VS Code terminal, I get the error “Command ‘npm’ not found.”
Now, when using other Ubuntu terminal, the npm runs flawlessly. npm has been installed. However, in VSCode terminal window, neither node.js nor npm is found to be installed.
What am I missing here?
I tried reinstalling npm but didn’t work.