Node v7.0.0 was just recently released, and it deprecated os.tmpDir in favor of os.tmpdir. Using node-latex right now in Node v7 will have that deprecation warning appear due to temp v0.5.X using tmpDir(). Using the 0.6.X version of temp should get rid of the deprecation warning for Node v7.
Node v7.0.0 was just recently released, and it deprecated
os.tmpDir
in favor ofos.tmpdir
. Usingnode-latex
right now in Node v7 will have that deprecation warning appear due totemp
v0.5.X usingtmpDir()
. Using the0.6.X
version oftemp
should get rid of the deprecation warning for Node v7.