Personally, I have a problem when running meteor ...
The app work perfectly but console show me exception
(node) sys is deprecated. Use util instead.
I have no idea of what might be ... need help ....
Probably one or more of your packages is using require('sys')
(which has been deprecated in Node 4.0.0), in this case you have to check which one are using it and update them.
If you find that you are using it in your own code, replace require('sys')
with require('util')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With