I'm getting errors trying to run `jsctags`: `TypeError: util.puts is not a function` After replacing all of them to `console.log`: ``` jsctags.js:195 * throw e; ^ SyntaxError: ..../file/...:1: Illegal Token ```
I'm getting errors trying to run
jsctags:TypeError: util.puts is not a functionAfter replacing all of them to
console.log: