-
Notifications
You must be signed in to change notification settings - Fork 471
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
(node) sys is deprecated. Use util instead. #86
Comments
Easy fix: https://github.com/Ziv-Barber/officegen/blob/master/lib/basicgen.js#L33 var sys = require('util'); |
Hi community, pi@picar:/var/www/picar $ node app.js beta=300 Sorry to be a pain and many thanks. |
Yes, I will do it later today On Nov 17, 2016 3:55 PM, "Thomas Junghans" notifications@github.com wrote:
|
Hi @Ziv-Barber, I deleted my comment as this issue has already been fixed and released in 0.4.0 (I was still on 0.2.9). I got confused because this issue is still open. I think it can be closed now. Have a good day :-) |
(node) sys is deprecated. Use util instead.
nodejs/node-v0.x-archive#3577
The text was updated successfully, but these errors were encountered: