grunt-phplint icon indicating copy to clipboard operation
grunt-phplint copied to clipboard

os.tmpDir() - deprecated

Open mrcnpdlk opened this issue 8 years ago • 1 comments

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.

mrcnpdlk avatar Nov 14 '16 14:11 mrcnpdlk

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 avatar Jan 16 '17 19:01 rudidude86