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
The UnhandledPromiseRejectionWarning is intentional. It occurs when a Promise instance is rejected without having a catch handle attached to it. In this case, some part of the code you are using is not catching the Promise rejection, causing core to emit this warning. To identify which code is causing this to occur, try launching Node.js with the --trace-warnings command line flag. That will cause the stack trace to be printed that identifies which bit of code is causing the warning to be emitted.
Windows 7 64bit
Node.js: 8.1.1v
Error: (node:7596) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Something took too long to do.
Is this a bug cuz i reinstalled the whole node.js and it still doesen't fix
The text was updated successfully, but these errors were encountered: