Closed saniko closed 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
.
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.
What are you trying to do and what error do you get exactly?
Hi, Any node version limitation?, cannot run the app.