First of all sorry for the newbie question.
I am trying to execute the examples with the local browser, but it seems I have to transpile before.
In the process I am encountering problems related with the babel configuration which makes me think I chose the wrong way to execute the examples.
The playground is great, but I would still like to run the tests locally. Can you point me in the right direction? I really appreciate it.
Thanks a lot!
Hi @lcofre — If you can, I recommend upgrading to Nodejs 8 as it supports async-await without transpilation. This should make the examples run smoothly.
Most helpful comment
Hi @lcofre — If you can, I recommend upgrading to Nodejs 8 as it supports
async-awaitwithout transpilation. This should make the examples run smoothly.