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

change deprecated os.tmpDir call to os.tmpdir #3368

Merged
merged 1 commit into from
Oct 26, 2016
Merged

change deprecated os.tmpDir call to os.tmpdir #3368

merged 1 commit into from
Oct 26, 2016

Conversation

jonhester
Copy link
Contributor

@jonhester jonhester commented Oct 26, 2016

os.tmpdir was deprecated in Node 7.0.0. See https://nodejs.org/api/os.html#os_os_tmpdir and nodejs/node#6739

fixes #3369

@hueniverse hueniverse added the non issue Issue is not a problem or requires changes label Oct 26, 2016
@hueniverse hueniverse added this to the 15.2.1 milestone Oct 26, 2016
@hueniverse hueniverse self-assigned this Oct 26, 2016
@hueniverse hueniverse merged commit 5f446dd into hapijs:master Oct 26, 2016
@jitendersandhu
Copy link

+1

telvin added a commit to telvin/prerender-spa-plugin that referenced this pull request Jul 14, 2017
Get latest version of Hapi to get rid the warning
`DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.`
hapijs/hapi#3368
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@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 this pull request may close these issues.

Deprecation Warning in Node v7.0.0 for call to os.tmpDir
4 participants