plouc / wiremock-ui

An unofficial UI for WireMock
https://plouc.github.io/wiremock-ui/
MIT License
145 stars 54 forks source link

It won't run anymore #11

Open hamooz opened 5 years ago

hamooz commented 5 years ago

C:/GIT/wiremock/wiremock-ui/src/modules/core/store/epics.ts (13,13): Argument of type 'OperatorFunction<() => EmptyAction, IAction | EmptyAction>' is not assignable to parameter of type 'OperatorFunction<IAction, IAction | EmptyAction>'. Property 'type' is missing in type '() => EmptyAction' but required in type 'IAction'.

ConradSchmidt commented 5 years ago

A dirty workaround is to remove all semantic versions (^) in the package.json. However, this needs to be fixed,

martayubero commented 5 years ago

@ConradSchmidt I am not able to stand up the app. Can you help specifying which versions(^) need to be removed from the package.json?

alimurad52 commented 5 years ago

@martayubero were you able to get it up and running? I'm seeing the same error. The comment from @ConradSchmidt didn't help much.

kchasiotis commented 5 years ago

@ConradSchmidt Tried removing all the carets (^), no luck.

Purus commented 5 years ago

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 commented 4 years ago

@Purus, @hamooz

I just tried to build this app and faced with the same issue and some other previously. Worked without removing carets.

Just try to follow these steps:

  1. npm install
  2. yarn install
  3. npm run-script build
  4. npm run-script start

or

  1. npm install
  2. yarn install
  3. yarn start
kbking01 commented 4 years ago

@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 (3,29): Module '"../../../../node_modules/react-feather/dist"' has no exported member 'Github'. Did you mean 'GitHub'?

This error occurred during the build time and cannot be dismissed.