workshopper / learnyoureact

Let's learn React.js and server side rendering!
MIT License
535 stars 142 forks source link

Initial npm install error in latest React.js #109

Open kunichan2013 opened 8 years ago

kunichan2013 commented 8 years ago

Initial setup command npm install --save react react-dom express body-parser express-react-views@0.9.0 babel@5.8.23 causes some errors under the latest React.js after 15.2.1 or 15.3.0.

We may need React.js 0.14.8? Such as npm install --save react@0.14.8 react-dom@0.14.8 express body-parser express-react-views@0.9.0 babel@5.8.23