Page 1 of 1

timer.enroll() deprecated fix

Posted: Tue Aug 06, 2019 12:49 am
by illusions
if you see this error below when on the command prompt after typing node server.js

(node:1116) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead

then stop the command CTRL + C
and type npm install sql where you would normally type node server.js

this seems to fix the issue

Re: timer.enroll() deprecated fix

Posted: Tue Aug 06, 2019 5:12 am
by a_bertrand
I must upgrade all the NPMs as they are deprecated (and you see that from the message you reported). It's in my todo list.

Re: timer.enroll() deprecated fix

Posted: Tue Aug 06, 2019 10:25 am
by a_bertrand
Upgraded all NPMs => this issue should have been now fixed.