Error: Webpack Compilation Error ./node_modules/pretty-format/build/index.js 412:10 #25744
Unanswered
moeyashi
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I faced this error.
Solution
My tsconfig was but.
"baseUrl": "../node_modules",
→"include": [ "../node_modules/cypress", ... ]
before
after
Quick fix solutionthis is old solution
resolutions pretty-format version
package.json
Environments
Error detail
Beta Was this translation helpful? Give feedback.
All reactions