We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Please describe what should happen
Clean install right now gives [email protected], which does not compile correctly when using npm start.
Describe what actually happens
I'm on [email protected], which works. Had to downgrade from 2.9.4 (which is in-range for the package.json) to 2.4.1 to get npm start to work.
Explain what someone needs to do in order to see what's described in Actual behavior above
Try updating webpack-dev-server to most recent version.
e.g. Mac OS 10.11.6 Safari 10.0
Mac OS Sierra
The text was updated successfully, but these errors were encountered:
The cause of the failure on newer versions of webpack-dev-server is this error: webpack/webpack-dev-server#1101
Note the caveats section of https://github.com/webpack/webpack-dev-server#caveats
May need to update uglifyjs?
Sorry, something went wrong.
Merge pull request scratchfoundation#774 from paulkaplan/react-16
aea68eb
Update to react 16!
Successfully merging a pull request may close this issue.
Expected Behavior
Please describe what should happen
Clean install right now gives [email protected], which does not compile correctly when using npm start.
Actual Behavior
Describe what actually happens
I'm on [email protected], which works. Had to downgrade from 2.9.4 (which is in-range for the package.json) to 2.4.1 to get npm start to work.
Steps to Reproduce
Explain what someone needs to do in order to see what's described in Actual behavior above
Try updating webpack-dev-server to most recent version.
Operating System and Browser
e.g. Mac OS 10.11.6 Safari 10.0
Mac OS Sierra
The text was updated successfully, but these errors were encountered: