I tried to migrate my .jsx into .tsx (javascript into transcript) with :
npx -p ts-migrate -c "ts-migrate-full <folder>"
And I got this error:
\node_modules\.bin\..\ts-migrate\bin\ts-migrate-full.sh: No such file or directory
I think it must be a stupid error, but I don't find anything on the web. Some help please?