You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/28 14:27:45 UTC

[GitHub] janpio opened a new issue #214: Improve error output: "(node:12608) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead."

janpio opened a new issue #214: Improve error output: "(node:12608) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead."
URL: https://github.com/apache/cordova-coho/issues/214
 
 
   When I use current `master` locally (via `npm link`) I get this output:
   
   ```
   λ cordova-paramedic --platform android --plugin ./ --target 02e7f7e9215da7f8
   cordova-paramedic: Will use the following cli: cordova
   (node:12608) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
   ```
   
   Can we improve this error output somehow so it is clearer where this is used? It doesn'T seem to be in paramedic itself, but I have no idea how to dig deeper.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org