hapijs / glue

Server composer for hapi.js
Other
245 stars 62 forks source link

Getting deprecation warning #80

Closed RezaOwliaei closed 7 years ago

RezaOwliaei commented 7 years ago

I just following deprication warning with node v7.1.0: DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

csrl commented 7 years ago

Glue does not use os.tmpDir(). It looks like hapi does. Please file a ticket against hapi.

Marsup commented 7 years ago

This will be fixed with hapi 15.2.1. See https://github.com/hapijs/hapi/pull/3368.

lock[bot] commented 4 years ago

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.