How to resolve the error “tsc is not recognized as an internal or external command” while 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.

Leave a comment

Your email address will not be published. Required fields are marked *