-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue on node 11.10.0 #1
Comments
me too :( |
I think the problem is because the code on npm is not ES5 and most people running Babel are not transpiling node_modules code (nor probably should they). @alanshaw Could you please publish transpiled ES5 code to npm? |
FWIW, when I upgraded my node version from 9.8 to 11.10.1, I don't get this issue. But... I 'm not sure modern browsers natively support async generators, so it's probably safer for the repo maintainer to publish transpiled code. |
Async generators have been supported in Node.js since v10. Please upgrade from Node.js 8 - it's no longer maintained. |
when i try to use this project : https://github.com/ipfs/js-ipfs/tree/master/examples/run-in-electron
i have this issue :
The text was updated successfully, but these errors were encountered: