-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Cannot find module './create_spy' from 'jasmine_light.js' #5629
Comments
rm your node modules, upgrade Jest, and reinstall with Yarn. Please note this issue tracker is not a help forum (as stated in issue template). We recommend using StackOverflow where there are community incentives to help others or our Discord channel for questions. You'll find more on the Jest help page. |
I tried remove all node modules and install with yarn or npm |
i rm node modules and update to 22 jest but still have the error |
@ShintaroNippon this is a duplicate of #4025. You'll find a workaround there |
thanks.. i tried to resolve in that way but without sucess many thanks |
i have changed the configuration jest to
but then im getting an error FAIL tests/state-functions.spec.js
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm getting this error with these configurations:
at
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:194:17)
node -v = v8.9.4
package.json
The text was updated successfully, but these errors were encountered: