You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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/)
What problem does this feature solve?
@vue/cli-plugin-typescript is currently on
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?
.
The text was updated successfully, but these errors were encountered: