Home > front end >  Not able to run npm related command in Visual Studio Terminal
Not able to run npm related command in Visual Studio Terminal

Time:11-05

Not able to run npm related command in Visual Studio Terminal.why I am getting this i don't known.if any one knows please let me know.

I am getting this error...

enter image description here

I want to run npm commands by Visual Studio terminal instead of Command prompt.

CodePudding user response:

PowerShell says "execution of scripts is disabled on this system." This should be helpful, next time you can try to copy and paste the generic error onto your search bar.

CodePudding user response:

Make sure you have installed "Node.js" on your PC.

Resource: https://nodejs.org/en/download/

  • Related