Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

dependency "tmp" should be updated #54

Open
mojoaxel opened this issue Feb 12, 2017 · 1 comment
Open

dependency "tmp" should be updated #54

mojoaxel opened this issue Feb 12, 2017 · 1 comment

Comments

@mojoaxel
Copy link

"dependencies": {
    "tmp": "0.0.23"
}

"tmp" is quite old and produces a warning in node >6:

(node:4526) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
@epexa
Copy link

epexa commented Feb 22, 2017

I also got an error in Node 7.0.0:

DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

Variable in file image-diff\node_modules\tmp\lib\tmp.js in 17 line: tmpDir = os.tmpDir || _getTMPDir,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants