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

@vue/cli-plugin-typescript: please upgrade dep fork-ts-checker-webpack-plugin to 7.2.x #7092

Open
Keavon opened this issue Apr 4, 2022 · 3 comments

Comments

@Keavon
Copy link

Keavon commented Apr 4, 2022

What problem does this feature solve?

@vue/cli-plugin-typescript is currently on

"fork-ts-checker-webpack-plugin": "^6.4.0",

The latest version is 7.2.3 which fixes some issues. I currently can't upgrade to Vue CLI 5 because of those issues.

What does the proposed API look like?

.

@noynek
Copy link

noynek commented Oct 27, 2022

Any update on this? I can build locally and in a local docker container, but I'm getting the "RpcIpcMessagePortClosedError" error that's breaking my circleci pipeline. I haven't figured out what's different that it would succeed in one environment and fail in another, but it seems like this dependency update request would fix it.

@Keavon
Copy link
Author

Keavon commented Oct 27, 2022

Read the linked issue number 674 in the fork-ts-checker-webpack-plugin repo, it looks like he backported the issue to a minor release meaning Vue should work out of the box because of that fix if you're using the latest version.

@noynek
Copy link

noynek commented Nov 7, 2022

Wanted to follow up with what fixed my issue. May not help anyone else, but it was very unintuitive, and I still don't understand why the fix worked. We used circleci for our pipelines and upgrading the resource class to "extra large" solved the problem. (https://circleci.com/product/features/resource-classes/)

I see discussion about memory in this thread, but it didn't seem to be a solution
TypeStrong/fork-ts-checker-webpack-plugin#674

Anyway, hope this helps someone.

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

2 participants