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
{{ message }}
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.
Currently, due to ES6 presence in the codebase, Do requires node >=6.0.0.
We can transpile ES6 on the fly in older Node versions using Babel's require hook. This may have runtime performance implications, but IMO it's better to run more slowly in older Nodes than to not run at all 😃
The text was updated successfully, but these errors were encountered:
Currently, due to ES6 presence in the codebase, Do requires
node >=6.0.0
.We can transpile ES6 on the fly in older Node versions using Babel's require hook. This may have runtime performance implications, but IMO it's better to run more slowly in older Nodes than to not run at all 😃
The text was updated successfully, but these errors were encountered: