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
One can fix this warning at their personal project. Its a manual process for fixing this issue in a individual project. Go to your node modules folder find the logger folder inside it. Inside the logger folder you will find a logger.js file. Open the logger.js file and do as following code suggests:-
var sys=require('sys') -----------> var sys=require('util')
means replace the code on LHS via code on RHS
(node) sys is deprecated. Use util instead.
nodejs/node-v0.x-archive#3577
The text was updated successfully, but these errors were encountered: