-
Notifications
You must be signed in to change notification settings - Fork 54
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
It won't run anymore #11
Comments
A dirty workaround is to remove all semantic versions (^) in the package.json. However, this needs to be fixed, |
@ConradSchmidt I am not able to stand up the app. Can you help specifying which versions(^) need to be removed from the package.json? |
@martayubero were you able to get it up and running? I'm seeing the same error. The comment from @ConradSchmidt didn't help much. |
@ConradSchmidt Tried removing all the carets (^), no luck. |
I can confirm on this issue too. Removing all carets does not seem to work. I am unable to proceed with this beautiful looking excellent tool. |
@danilchican Tried the same, opens on localhost:3000 and fails with following error shown on browser, Failed to compile /Users/..../git/wiremock-ui/src/modules/core/components/AppBar.tsx This error occurred during the build time and cannot be dismissed. |
C:/GIT/wiremock/wiremock-ui/src/modules/core/store/epics.ts
(13,13): Argument of type 'OperatorFunction<() => EmptyAction<CoreActionTypes.LOAD_STATE>, IAction | EmptyAction<CoreActionTypes.LOAD_STATE_FINISHED>>' is not assignable to parameter of type 'OperatorFunction<IAction, IAction | EmptyAction<CoreActionTypes.LOAD_STATE_FINISHED>>'.
Property 'type' is missing in type '() => EmptyAction<CoreActionTypes.LOAD_STATE>' but required in type 'IAction'.
The text was updated successfully, but these errors were encountered: