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
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
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.
Repro:
Create a clean folder.
Clone this repo's main branch
Run Setup
Run Test
Expectation: tests run
Actual Result:

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
The text was updated successfully, but these errors were encountered: