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
This asks you for the location of typescript when running ts-migrate-full. It says there is an error because there is no tsconfig.json. Then when you run npx ts-migrate init [folder] it says it successfully created tsconfig.json (although it has not). Run ts-migrate-full again and you get the same message.
It's an easy fix. But it would be really nice if it mentioned the issue and didn't lead you to believe it was working when it wasn't. I was expecting tsc to be installed globally as a dependency. And this path to, by default, point to my global modules (as npm config can output this path).
Even if this issue doesn't get resolved, this being an open issue would have saved me some time
The text was updated successfully, but these errors were encountered:
This asks you for the location of typescript when running ts-migrate-full. It says there is an error because there is no tsconfig.json. Then when you run
npx ts-migrate init [folder]
it says it successfully created tsconfig.json (although it has not). Run ts-migrate-full again and you get the same message.It's an easy fix. But it would be really nice if it mentioned the issue and didn't lead you to believe it was working when it wasn't. I was expecting tsc to be installed globally as a dependency. And this path to, by default, point to my global modules (as npm config can output this path).
Even if this issue doesn't get resolved, this being an open issue would have saved me some time
The text was updated successfully, but these errors were encountered: