I was trying to follow this [tutorial][1].
Then when I got to this part
node jsctags/bin/jsctags --sort=yes --locals tst.js
I got the following warning message.
> The "sys" module is now called "util". It should have a similar
> interface.
I'm doing this in OSX. First I tried the package and then I tried installing from source. I still get the same message.
What does this mean? What can I do about it?
[1]: http://libraryinstitute.wordpress.com/2011/09/16/scoped-tags-support-for-javascript-in-vim/
以上就是What is this error that comes up in node.js?的详细内容,更多请关注web前端其它相关文章!