You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the count-timer.js example file there is an error.
It throws: (node:95940) [DEP0027] DeprecationWarning: util.puts is deprecated. Use console.log instead.
This needs to be replaced with console.log instead.
The text was updated successfully, but these errors were encountered:
While running the count-timer.js example file there is an error.
It throws:
(node:95940) [DEP0027] DeprecationWarning: util.puts is deprecated. Use console.log instead.
This needs to be replaced with
console.log
instead.The text was updated successfully, but these errors were encountered: