Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 10575

Node/Npm are verified installed, but npm install throws node not found error in gitbash

$
0
0

I have verified both node and npm are installed:console image

They are also working in other shells, including VSCode using Powershell. However when running npm install in GitBash, I'm getting this error:

'node' is not recognized as an internal or external command,operable program or batch file.

I would expect that GitBash since it knows of the install of Node, could also run npm install without an error. Any ideas?


Viewing all articles
Browse latest Browse all 10575

Trending Articles