domenic / count-to-6

An intro to some ES6 features via a set of self-guided workshops.
Other
325 stars 76 forks source link

DeprecationWarning? #44

Closed jenstrickland closed 6 years ago

jenstrickland commented 7 years ago

I'm doing the count-to-6 workshop and keep getting the error: "(node:20733) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead"

zbicin commented 7 years ago

Hi @jenstrickland, thanks for pointing this out. :)

It looks like a minor issue now, but I'll have a closer look at it in a spare minute.