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

Deprecation Warning in Node v7.0.0 for call to os.tmpDir #3369

Closed
jonhester opened this issue Oct 26, 2016 · 1 comment · Fixed by #3368
Closed

Deprecation Warning in Node v7.0.0 for call to os.tmpDir #3369

jonhester opened this issue Oct 26, 2016 · 1 comment · Fixed by #3368
Assignees
Labels
non issue Issue is not a problem or requires changes
Milestone

Comments

@jonhester
Copy link
Contributor

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:

Reproducible by running hapi tests under Node v7.0.0

@gittirat
Copy link

update hapi

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
non issue Issue is not a problem or requires changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants