You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
After installing it overwrites node_modules/.bin/tsc.cmd meaning that any script in package.json that just do a tsc, like tests, now picks an old 1.8 version.
Same happened. Command tsc in local repository now directs to that file. You can check, for example, by adding a script in package.json which tsc && tsc -version
After installing it overwrites node_modules/.bin/tsc.cmd meaning that any script in package.json that just do a tsc, like tests, now picks an old 1.8 version.
It should leave the original.
The text was updated successfully, but these errors were encountered: