ts-migrate
ts-migrate copied to clipboard
fix(docs):Make the ts-migrate able to execute
The ts-migrate produced errors for npm or npx when used with run command as it didn't used the local or remote repository for execution.Fixed the problem using "npm exec" command which is used for running local scripts installed at dependency level.
This will fix issue #201 I guess.
@Rudeg and @edsrzf Please review this!!
The ts-migrate produced errors for npm or npx when used with run command as it didn't used the local or remote repository for execution.Fixed the problem using "npm exec" command which is used for running local scripts installed at dependency level.
I guess review must be done by a person with write access to make merging acceptable
Thanks for this PR @Prakhargarg-2010196, I was stuck and puzzled about how to run the script until I found it. Would be great if the maintainers could get this merged.