In some cases, while installing NPM, it’s sometimes shows the error “tsc is not recognized as an internal or external command.” to resolve this issue Type,
“npm install -g typescript“
and after that, try to run npm install.
In some cases, while installing NPM, it’s sometimes shows the error “tsc is not recognized as an internal or external command.” to resolve this issue Type,
“npm install -g typescript“
and after that, try to run npm install.