timer.enroll() deprecated fix

General Discussion on the web based engine Dot World Maker
Post Reply
illusions
Posts: 31
Joined: Thu Mar 06, 2014 12:46 pm

timer.enroll() deprecated fix

Post 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
User avatar
a_bertrand
Posts: 1536
Joined: Mon Feb 25, 2013 1:46 pm

Re: timer.enroll() deprecated fix

Post 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.
Creator of Dot World Maker
Mad programmer and annoying composer
User avatar
a_bertrand
Posts: 1536
Joined: Mon Feb 25, 2013 1:46 pm

Re: timer.enroll() deprecated fix

Post by a_bertrand »

Upgraded all NPMs => this issue should have been now fixed.
Creator of Dot World Maker
Mad programmer and annoying composer
Post Reply

Return to “General”