-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
UnhandledPromiseRejectionWarning #648
Comments
i got it too~ |
Same here. I also encountered #642. |
Same here. Encountered after update from v1.4.1 to 1.5. |
Having it as well. Just installed
|
Having the same issue. |
For anyone who has the same problem, you can use nvm for your project with "v8" wrote in its .nvmrc file until it is fixed. |
@katsos My project has an .nvmrc implemented already using 8.9.3... |
@mdchristians don't forget to execute |
@katsos My .nvmrc file is being used. Running |
It's working with Node v8.5.0 so now I'm pretty sure it's an issue with something else... |
I have this problem to. I have: Every time I run it I get an other number in front of the error some examples: Anyone a suggestion? |
@devongovett Do you think we should work towards adding support for Node 6? Should we reopen this issue to track this? |
I had an older node version and I updated to version 8.9.4 and I still got that error. So how did I fixed it? |
I guess one issue I would have with this - I have the same issue on Node v7.8.0 - is that the "engine" -> "node" key in the package.json should be updated to reflect that you need 8+. |
Node 6.x is still an active LTS and it will benefit maintenance until April 2019. |
node 7 isnt supported yet either only node 8+ is currently supported !!! |
I just installed parcel. When running parcel in live or build mode, I get this message:
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: 'super' keyword unexpected here
Running on Windows 10 in Chrome 63.
Parcel 1.5
The text was updated successfully, but these errors were encountered: