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

(node) sys is deprecated. Use util instead. #86

Closed
ghost opened this issue Dec 7, 2015 · 4 comments
Closed

(node) sys is deprecated. Use util instead. #86

ghost opened this issue Dec 7, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 7, 2015

(node) sys is deprecated. Use util instead.

nodejs/node-v0.x-archive#3577

@jwerre
Copy link
Contributor

jwerre commented Jan 7, 2016

Easy fix:

https://github.com/Ziv-Barber/officegen/blob/master/lib/basicgen.js#L33

var sys = require('util');

@grahamnewman
Copy link

Hi community,
Very new to all this from a design background. Can you please explain where (e.g. what file in my project) I paste the above Ziv-Barber code into. I am having a problem with:

pi@picar:/var/www/picar $ node app.js beta=300
(node) sys is deprecated. Use util instead.
Pi Car we server listening on port 8080 visit http://ipaddress:8080/socket.html

Sorry to be a pain and many thanks.

@Ziv-Barber
Copy link
Owner

Yes, I will do it later today

On Nov 17, 2016 3:55 PM, "Thomas Junghans" notifications@github.com wrote:

Hi @Ziv-Barber https://github.com/Ziv-Barber would it be possible to
merge and publish this fix?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#86 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADf3MREVvLD36-OYAu2U0RenEzqHm8fQks5q_GrWgaJpZM4GwYHA
.

@tjunghans
Copy link

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 :-)

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

4 participants