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

DeprecationWarning: Calling an asynchronous function without callback is deprecated. #533

Open
nickrttn opened this issue Sep 20, 2017 · 0 comments

Comments

@nickrttn
Copy link

Versions of kyt, node, OS

kyt: 0.9.0-alpha.4
node: v8.3.0
OS: MacOS High Sierra GM

Bug or Feature?

Bug

Current Behavior

On starting kyt dev, the following DeprecationWarning is displayed:

(node:2567) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
    at maybeCallback (fs.js:119:42)
    at Object.fs.writeFile (fs.js:1268:14)
    at WebpackAssetsManifest.done (/Users/.../Developer/.../project-name/node_modules/kyt/config/webpack.base.js:72:16)

Desired Behavior

It is only a DeprecationWarning, maybe due to using Node.js v8.3 with the updated V8, but I'd like it not to occur when calling an asynchronous function without a callback is removed from Node.js.

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

1 participant