ts-migrate icon indicating copy to clipboard operation
ts-migrate copied to clipboard

fix(docs):Make the ts-migrate able to execute

Open Prakhargarg-2010196 opened this issue 1 year ago • 4 comments

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.

image

This will fix issue #201 I guess.

Prakhargarg-2010196 avatar Jun 30 '23 15:06 Prakhargarg-2010196

@Rudeg and @edsrzf Please review this!!

Prakhargarg-2010196 avatar Jun 30 '23 19:06 Prakhargarg-2010196

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.

image

Prakhargarg-2010196 avatar Jul 02 '23 11:07 Prakhargarg-2010196

I guess review must be done by a person with write access to make merging acceptable

Prakhargarg-2010196 avatar Aug 01 '23 07:08 Prakhargarg-2010196

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.

diondiondion avatar Jun 21 '24 10:06 diondiondion