You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after grunt-lesslint task run, we got node deprecation warning: DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
It would be great to fix this to avoid this log on each task call :).
node -v
v7.4.0
The text was updated successfully, but these errors were encountered:
Moving to the latest version of the cache-swap dependency, 0.3.0,
removes the deprecation warning about os.tmpDir() in my environment
(npm 6.4.1/node v10.13.0), when invoking "grunt" or "grunt test".
snakamura
added a commit
to infoteriahq/grunt-lesslint
that referenced
this issue
Jan 8, 2021
Hi, after grunt-lesslint task run, we got node deprecation warning:
DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
It would be great to fix this to avoid this log on each task call :).
node -v
v7.4.0
The text was updated successfully, but these errors were encountered: