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

os.tmpDir() - deprecated #26

Open
mrcnpdlk opened this issue Nov 14, 2016 · 1 comment
Open

os.tmpDir() - deprecated #26

mrcnpdlk opened this issue Nov 14, 2016 · 1 comment

Comments

@mrcnpdlk
Copy link

After upgrading Node to v7 I have something like this:
(node:8982) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

I think this is the cause.

@rudidude86
Copy link

tmpDir() also occurs in the old version of cache-swap library that grunt-phplint currently depends on. It was fixed in 0.3.0 of that library.

rudidude86 pushed a commit to rudidude86/grunt-phplint that referenced this issue Jan 16, 2017
* call [`os.tmpdir()`](https://nodejs.org/api/os.html#os_os_tmpdir) instead of the [deprecated `os.tmpDir()` alias](nodejs/node#6739)
* include newer version of cache-swap with [tmpDir -> tmpdir issue fixed](jgable/cache-swap@69fab2b)
rudidude86 pushed a commit to rudidude86/grunt-phplint that referenced this issue Jan 16, 2017
* call [`os.tmpdir()`](https://nodejs.org/api/os.html#os_os_tmpdir) instead of the [deprecated `os.tmpDir()` alias](nodejs/node#6739)
* include newer version of cache-swap with [tmpDir -> tmpdir issue fixed](jgable/cache-swap@69fab2b)
jgable added a commit that referenced this issue Jan 17, 2017
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

2 participants