-
-
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
React-dev-utils/webpackHotDevClient breaks when updating #8851
Labels
Comments
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
This was referenced Mar 30, 2021
This was referenced May 26, 2021
This was referenced Jul 25, 2022
This was referenced Aug 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#8254
Describe the bug
I updated my package.json like so:
and then i ran yarn; yarn dev
and then I got the following error
so i yarn added the levenshtein modeule
then got the following error
I then did about 10 different github/stack overflow suggestions to remedy this error, but to no avail,
including mass yarn upgrades, installing individual packages, etc.
Did you try recovering your dependencies?
yes
yarn version 1.17.3
Which terms did you search for in User Guide?
hot dev, wepbackhotdevclient, corejs, invalid option
Environment
using Electron
Environment Info: current version of create-react-app: 3.4.1
running from C:\blank\AppData\Roaming\npm-cache_npx\18920\node_modules\create-react-app
System: OS: Windows 10 10.0.18362
CPU: (8) x64 Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
Binaries:
Node: 10.15.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.17.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.18362.449.0
Internet Explorer: 11.0.18362.1
npmPackages:
react: ^16.13.1 => 16.13.1
react-dom: ^16.13.1 => 16.13.1
react-scripts: ^3.4.1 => 3.4.1
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
Have an electron react project with a package .json similar to the intro,
change it to match the new versions added to package json
voila
Expected behavior
TO not crash when yarn dev'ing
Actual behavior
Errors shown above
The text was updated successfully, but these errors were encountered: