-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Missing dependency in react-dev-utils #6400
Comments
Got the same error: |
Possible fix: #6395 |
I had to add this to my package.json to make it work |
We decided to revert #5903 to fix 2.1.5 is now available |
Is this a bug report?
Yes
In react-dev-utils, there is an extraneous dependency.
In file packages/react-dev-utils/WebpackDevServerUtils.js the package
fork-ts-checker-webpack-plugin
is required without being in the dependencies.Did you try recovering your dependencies?
yes
Which terms did you search for in User Guide?
Environment
Error: Cannot find module 'fork-ts-checker-webpack-plugin'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (/Users/jessicasachs/projects/bird/node_modules/react-dev-utils/WebpackDevServerUtils.js:21:36)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (/Users/jessicasachs/projects/bird/node_modules/vue-styleguidist/scripts/binutils.js:7:31)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
Steps to Reproduce
(Write your steps here:)
Expected Behavior
Not fail
Actual Behavior
fork-ts-checker-webpack-plugin found
Reproducible Demo
vue-styleguidist/vue-styleguidist#270
The text was updated successfully, but these errors were encountered: