node-db-oracle icon indicating copy to clipboard operation
node-db-oracle copied to clipboard

WARNING: ev_ref is deprecated, use uv_ref - in node 8.22

Open miktam opened this issue 11 years ago • 0 comments

When using the module with node v0.8.22, following warnings are displayed:

WARNING: ev_ref is deprecated, use uv_ref
WARNING: ev_unref is deprecated, use uv_unref
WARNING: ev_ref is deprecated, use uv_ref

found the migration procedure which shall help in this case (deprecated section):

https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8

miktam avatar Mar 29 '13 10:03 miktam