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
There seems to be an deprecation warning that pops up right after choosing an exercise from the learnyounode exercise list.
(node:115452) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
I do want to point out that this is a very new issue, as it exclusively happens with 7.5.0, and is not found when using Node.js 7.4.0 or earlier.
While I'm not sure, my apologies if this a misplaced issue for adventure-storage, but I can definitely say it is an adventure-only issue, as this warning is not experienced in learnyoumongo when using workshopper.
The text was updated successfully, but these errors were encountered:
There seems to be an deprecation warning that pops up right after choosing an exercise from the learnyounode exercise list.
(node:115452) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
I do want to point out that this is a very new issue, as it exclusively happens with 7.5.0, and is not found when using Node.js 7.4.0 or earlier.
While I'm not sure, my apologies if this a misplaced issue for adventure-storage, but I can definitely say it is an adventure-only issue, as this warning is not experienced in learnyoumongo when using workshopper.
The text was updated successfully, but these errors were encountered: