We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
And I was able to fix this error by removing tsc from the dependencies.
The text was updated successfully, but these errors were encountered:
run: npm uninstall -g typescript --force npm install -g typescript --force
better to run in an administrator cmd
Sorry, something went wrong.
No branches or pull requests
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](https://private-user-images.githubusercontent.com/34395853/269436262-3042c0c7-6e6c-4dcf-a9d8-573bc26ffe88.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTkwMDcsIm5iZiI6MTczOTYxODcwNywicGF0aCI6Ii8zNDM5NTg1My8yNjk0MzYyNjItMzA0MmMwYzctNmU2Yy00ZGNmLWE5ZDgtNTczYmMyNmZmZTg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDExMjUwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkNWU1YTc0NGFmOGZlMGQxZjJkYzdhZTY3MDE3NDBmYTg1NzYxYWJlMDA4NWM5ZjQ0NmEyNjY5OTBhMTFhZWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QeqIcqJa_ut7cV9ACpK6Gb--xln_kDog3y-IZiGaqt8)
And I was able to fix this error by removing tsc from the dependencies.
The text was updated successfully, but these errors were encountered: