React noob here. Trying to clone and run https://github.com/strangebnb/react-airbnb
I clone. run npm install. Then webpack but I get
ERROR in ./~/rea
In the short term, you could fix React to a specific earlier version.
If your package.json file contains something like: "react": "^15.3.2", in the dependencies section, you could change it to say "react": "=15.3.2”,
"react": "^15.3.2",
dependencies
"react": "=15.3.2”,