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

It won't run anymore #11

Open
hamooz opened this issue Jan 4, 2019 · 7 comments
Open

It won't run anymore #11

hamooz opened this issue Jan 4, 2019 · 7 comments

Comments

@hamooz
Copy link

hamooz commented Jan 4, 2019

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'.

@ConradSchmidt
Copy link

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

@martayubero
Copy link

@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
Copy link

@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
Copy link

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

@Purus
Copy link

Purus commented Nov 4, 2019

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
Copy link

danilchican commented Dec 13, 2019

@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
Copy link

kbking01 commented Jun 3, 2020

@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.

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

8 participants