anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
632 stars 122 forks source link

Module not found #83

Closed mgeduld closed 8 years ago

mgeduld commented 8 years ago

Hi. I get a blank screen in the browser and this error in terminal:

ERROR in ./~/react-addons-perf/index.js Module not found: Error: Can't resolve 'react/lib/ReactDefaultPerf'

node v5.2.0 npm 3.5.2

I went through the installation instructions and did an npm install.

mgeduld commented 8 years ago

I just updated to the latest node and npm, and I tried npm install react-default-perf. Now I'm no longer getting the error, but I still see a blank page in the browser. In console, I get these errors:

vendor.js:2 Uncaught SyntaxError: Unexpected token < (in vender.js:2) main.js:2 Uncaught SyntaxError: Unexpected token < (in main.js:2)

mgeduld commented 8 years ago

I was wrong. I am still getting the Can't resolve 'react/lib/ReactDefaultPerf' error.

mgeduld commented 8 years ago

Upgrading to react 15.0.2 fixes the problem. I'll submit a PR later today.

mgeduld commented 8 years ago

Er ... I guess that's a downgrade, not an upgrade. Since the current version is 15.1.0. So ... problem not solved--at least not in a good way.

anorudes commented 8 years ago

Thanks for reporting! I will fix this errory today