Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsc is a deprecated package #1

Open
codewithkaranjeswani opened this issue Sep 20, 2023 · 1 comment
Open

tsc is a deprecated package #1

codewithkaranjeswani opened this issue Sep 20, 2023 · 1 comment

Comments

@codewithkaranjeswani
Copy link

codewithkaranjeswani commented Sep 20, 2023

As stated in npmjs registry for tsc and written on the github page of the tsc package, the tsc package has been deprecated for many years (5+ years).

I got the following error message even though I have typescript installed globally.
image

And I was able to fix this error by removing tsc from the dependencies.

@Anish-Karthik
Copy link

Anish-Karthik commented Sep 28, 2023

run:
npm uninstall -g typescript --force
npm install -g typescript --force

better to run in an administrator cmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants