Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: sys is deprecated. Use util instead. #8

Open
ghost opened this issue Feb 2, 2018 · 4 comments
Open

DeprecationWarning: sys is deprecated. Use util instead. #8

ghost opened this issue Feb 2, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 2, 2018

(node) sys is deprecated. Use util instead.

nodejs/node-v0.x-archive#3577

@ghost
Copy link
Author

ghost commented Feb 2, 2018

Noticed that there is already a PR for that. Can disregard this one.

@ghost
Copy link

ghost commented Jun 8, 2018

I have the same issue

@ricardoee
Copy link

This appears to still be an issue?

13:50:05 CRITICAL [app] (node:53916) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.

@mach666
Copy link

mach666 commented May 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants