CrocoDillon / universal-react-redux-boilerplate

Step by step creation of a Universal React + Redux Boilerplate
Other
176 stars 33 forks source link

Node version limitation? #7

Closed saniko closed 8 years ago

saniko commented 8 years ago

Hi, Any node version limitation?, cannot run the app.

CrocoDillon commented 8 years ago

Hey, this has most likely to do with the Babel presets. I'm using babel-preset-es2015-node5 which requires Node 5+.

If you're running Node 4 or lower you might need babel-preset-es2015. Install it as dev dependency and change this line in .babelrc#L2.

saniko commented 8 years ago

tried with node 5 and 6..

Sent from Yahoo Mail on Android

On יום ד׳, יולי 27, 2016 at 21:05, Dillon de Voornotifications@github.com wrote:
Hey, this has most likely to do with the Babel presets. I'm using babel-preset-es2015-node5 which requires Node 5+.

If you're running Node 4 or lower you might need babel-preset-es2015. Install it as dev dependency and change this line in .babelrc#L2.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

CrocoDillon commented 8 years ago

What are you trying to do and what error do you get exactly?