We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: os.tmpDir() is deprecated. Use os.tmpdir() instead.
os.tmpdir was added in Node v0.9.9 and os.tmpDir deprecated in Node v7.0.0. More info:
os.tmpdir
os.tmpDir
tmpDir()
tmpdir()
Reproducible by running hapi tests under Node v7.0.0
The text was updated successfully, but these errors were encountered:
update hapi
Sorry, something went wrong.
hueniverse
Successfully merging a pull request may close this issue.
DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
os.tmpdir
was added in Node v0.9.9 andos.tmpDir
deprecated in Node v7.0.0. More info:tmpDir()
in favour oftmpdir()
nodejs/node#6739Reproducible by running hapi tests under Node v7.0.0
The text was updated successfully, but these errors were encountered: