This is not the tsc command you are looking for
Vinayak
Posted on January 20, 2024
So, from what I have experienced, this problem occurs when you install typescript like this
npm install -g tsc #don't do this
To solve this error, try to run this command in the terminal:
npm uninstall -g typescript
npm uninstall - g tsc
npm install -g typscript
npm install -D typescript
I hope it helped :)
💖 💪 🙅 🚩
Vinayak
Posted on January 20, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024