Skip to content

Missing Test Dependency - jest-watch-typeahead #277

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

Closed
Crazyloon opened this issue Jul 3, 2022 · 4 comments
Closed

Missing Test Dependency - jest-watch-typeahead #277

Crazyloon opened this issue Jul 3, 2022 · 4 comments

Comments

@Crazyloon
Copy link

Repro:

Create a clean folder.
Clone this repo's main branch
Run Setup
Run Test

Expectation: tests run

Actual Result:
image

Workaround: manually install jest-watch-typeahead 0.6.4 (or whichever latest version is compatible with CRA)

Potential Fix: add jest-watch-typeahead to the devDependencies in package.json

@kentcdodds
Copy link
Member

Hi @Crazyloon, I was unable to reproduce this issue 😬

@Crazyloon
Copy link
Author

Maybe you have something installed globally that I don't?

If there's additional info that may help, let me know. I searched jest-watch-typeahead on the discord, where someone else had the same error, so it's not completely isolated

@lstuartfry
Copy link

I also received this error. It looks like a compatibility issue with different versions of Node and react-scripts. Here is a related discussion on the create-react-app issues board - facebook/create-react-app#11792.

@kentcdodds
Copy link
Member

I think this has been resolved.

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

3 participants