-
Notifications
You must be signed in to change notification settings - Fork 139
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
Warning is output with Node.js 14 #403
Comments
Thanks for reporting. We'll look into it! |
Node.js has been updated to 14.1.0. This issue continues.
|
For anyone reading this, the underlying issue is with the https://github.com/winstonjs/winston logging library. See winstonjs/winston#1797 The message is the result of new error logging added in Node 14 (nodejs/node#29935). |
@jfarmer thank you for the info. It helps a lot. |
@sintaxi whinston fix winstonjs/winston#1800 was merged a while ago |
Hmm, looks like |
@syabro thanks. What do you suppose is the easiest solution for taking care of the warning? |
@sintaxi actually AFAIS prompt is being imported only surge/lib/middleware/util/helpers.js Line 1 in 86f3b43
But moreover it's not being used. So I think you can just remove it. |
Also I would strongly recommend to add |
Thanks for doing the heavy lifting @syabro. I just released |
I ran |
@fu-sen you're welcome! |
I updated to the new version of Node.js 14.0.0, which was recently published.
Then
surge
will always return the following output:Of these,
8280
is random. the operation of surge CLI itself works.The text was updated successfully, but these errors were encountered: