-
Notifications
You must be signed in to change notification settings - Fork 801
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
Reason why React-Hot-Loader is not supported in this environment. #1362
Closed
StephanPraetsch opened this issue
Oct 16, 2019
· 1 comment
· Fixed by #1389 · 4 remaining pull requests
Closed
Reason why React-Hot-Loader is not supported in this environment. #1362
StephanPraetsch opened this issue
Oct 16, 2019
· 1 comment
· Fixed by #1389 · 4 remaining pull requests
Comments
Fixed in |
This was referenced Aug 30, 2024
This was referenced Sep 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When I start with
npm start
the messageReact-Hot-Loader is not supported in this environment
is displayed.Expected behavior
Either no message and hot loading works
or a reason why it is not supported.
Actual behavior
Just a message that it doesn't work.
Environment
React Hot Loader version:
Run these commands in the project folder and fill in their results:
node -v
:v8.16.0
npm -v
:6.4.1
Then, specify:
doesn't matter
Reproducible Demo
This app is huge. I am getting to know this app and react as a beginner. I can't cut this app, sorry.
My colleagues run this app successfully with hot loading. Thus this app provides hot loading in general. I started the app the same way my colleagues did (like
WEBPACK_DEV_SERVER='true'
is set). I only want to know how can I detect why it is not supported for my system. What do I need to have to change?The text was updated successfully, but these errors were encountered: