typescript runs when using cmd but not when using bash

29 Views Asked by At

When I run tsc -v or any other tsc command it is not running in the git bash terminal but runs fine on the command prompt.

I tried checking npm path in bash, but the appdata/roaming/npm path is already present in the echo path.

0

There are 0 best solutions below