You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned, npm installed, and node examples/app using node 4.5.0 LTS. I got a syntax error on "import" keyword. Ok, so this is using ES6 I guess. The README doesn't mention this, though.
The text was updated successfully, but these errors were encountered:
You have to npm run compile or npm test to get the Babel transpiled code. The version published on NPM already provides the transpiled code which works on all Node versions.
Hi,
I cloned, npm installed, and node examples/app using node 4.5.0 LTS. I got a syntax error on "import" keyword. Ok, so this is using ES6 I guess. The README doesn't mention this, though.
The text was updated successfully, but these errors were encountered: