Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Warning with Node.js 7.5.0 #82

Closed
MutableLoss opened this issue Feb 17, 2017 · 3 comments
Closed

Deprecation Warning with Node.js 7.5.0 #82

MutableLoss opened this issue Feb 17, 2017 · 3 comments

Comments

@MutableLoss
Copy link

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.

@martinheidegger
Copy link
Contributor

martinheidegger commented Feb 17, 2017

Thank you for that issue. The culprit to this deprecation warning seems to be in wrappedexec#L10

wrapped-exec is a dependency of learnyounode here but not of workshopper-adventure, as such this is sadly the wrong repository to post this.

@MutableLoss
Copy link
Author

Ah-ha! Not sure how I missed that that dep, but I will definitely keep that in mind next time. 👍

@martinheidegger
Copy link
Contributor

I can accept any PR in workshopper-wrappedexec

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

No branches or pull requests

2 participants