Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration stuck at [declare-missing-class-properties] #195

Open
HarunKilic opened this issue Feb 20, 2023 · 3 comments
Open

Migration stuck at [declare-missing-class-properties] #195

HarunKilic opened this issue Feb 20, 2023 · 3 comments

Comments

@HarunKilic
Copy link

When running migrate command, it just gets stuck at [declare-missing-class-properties] Plugin 8 of 14. Start...

Command: npx -p ts-migrate -c "ts-migrate-full ."
Node version: v16.17.1
Platform: Windows 11

@TheBigRoomXXL
Copy link

TheBigRoomXXL commented Feb 24, 2023

Same. I also tried version 0.1.34, 0.1.33, 0.1.32 and the problem persist.

@Sewdn
Copy link

Sewdn commented Mar 9, 2023

Same here... :(

@hc-12
Copy link

hc-12 commented Apr 24, 2023

I was able to resolve this issue by being specific about what files and folders you should include in your tsconfig.json.

I had exclude config which will try to convert everything else but what's in the exclude config. This meant that my dist folder was also being migrated over and who knows what else and will result in a hang possibly trying to migrate the whole node_modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants