Wrong version of react-dev-utils in package.json
See original GitHub issueCurrently, the package.json in react-scripts mentions "react-dev-utils": "^11.0.4"
.
Shouldn’t it be the 12.x
version instead?
The webpack.config.js uses ForkTsCheckerWarningWebpackPlugin that isn’t included in "react-dev-utils": "^11.0.4"
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
node.js - Error: Cannot find module 'react-dev-utils ...
I try to delete node_modules and package-lock.json and install again but nothing changes. Can someone please help how can I solve this problem....
Read more >react-dev-utils - npm
webpack utilities used by Create React App. Latest version: 12.0.1, ... Start using react-dev-utils in your project by running `npm i ...
Read more >After updating to 0.6.0, Error: Cannot find module 'react-dev ...
json in node_modules/react-scripts it clearly lists react-dev-utils under bundleDependencies . I'll try to reproduce with updated npm.
Read more >react-dev-utils | Yarn - Package Manager
This package includes some utilities used by Create React App. ... templates to use createRoot and relaxed our check for older versions of...
Read more >react-dev-utils-extra - npm Package Health Analysis - Snyk
Learn more about react-dev-utils-extra: package health score, popularity, security, maintenance, versions and more.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think 12.x should be released maybe @iansu knowns more?
This has now been resolved 👍