Skip to content
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

"Calling an asynchronous function without callback is deprecated" #53

Open
quinncomendant opened this issue Jul 8, 2017 · 1 comment

Comments

@quinncomendant
Copy link

Installed latest via npm install -g up on macOS 10.12.5 with node v8.1.2. Running up does work, but displays errors:

[q@x/0 ~] up Screen\ Shot*.png
    Screen Shot 2017-07-… : 0%
    Screen Shot 2017-07-… : 0%
    Screen Shot 2017-07-… : 0%
                   stream : https://cloudup.com/clNeGiVyxFe
(node:93782) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:93782) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
    Screen Shot 2017-07-… : https://cloudup.com/iU3vFBfJ85Ohronous function without callback is deprecated.
    Screen Shot 2017-07-… : https://cloudup.com/iv7ek8HCud3hronous function without callback is deprecated.
    Screen Shot 2017-07-… : https://cloudup.com/iC6aOpZ98phhronous function without callback is deprecated.
(node:93782) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
@sandinmyjoints
Copy link

As a workaround, I put this in my .bashrc:

alias up='NODE_NO_WARNINGS=1 up'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants