-
Notifications
You must be signed in to change notification settings - Fork 128
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
Cannot find module "../build/manifest.json" #97
Comments
Have the same problem on ubuntu 16.04, node version 7.0.0, npm version 3.10.8 . |
Same here. |
I think the problem is a new version of React that removes ReactMount.js from its lib folder. Does the problem persist if you downgrade react to "react": "15.3.2"? At least there seems to be some issue with that now that has to be solved by upgrade'ing react-hot-loader. |
I downgrade react to 15.3.2 and everything seems to work fine. |
Win 10, node 6.2.0, npm 3.10.6 Downgrading to "react": "15.3.2" worked, it required setting the version of the following dependencies as well. However using the existing clone I could successfully run build:prod with react 15.4.0. |
Try and I'll reopen the issue if it's not fixed for you (remove |
Thanks all, working fine with react 15.3.2. |
You can try install "uglifyes-webpack-plugin". I also came across this problem. That i tried update something or lowered version is invalid. |
Hey, this starter looks great, but I can't run it from a fresh install.
I followed the steps:
I get the following error, just like in #78
My node version is 6.8.1, mac OS X El Capitan, 10.11.6.
The text was updated successfully, but these errors were encountered: