html-differ icon indicating copy to clipboard operation
html-differ copied to clipboard

TypeError: UTIL.error is not a function

Open neongreen opened this issue 6 years ago • 0 comments

$ npm i -g [email protected]
$ html-differ --help

/usr/local/lib/node_modules/html-differ/node_modules/coa/lib/cmd.js:243
        UTIL.error(msg);
             ^

TypeError: UTIL.error is not a function
    at process.<anonymous> (/usr/local/lib/node_modules/html-differ/node_modules/coa/lib/cmd.js:243:14)
    at Object.onceWrapper (events.js:284:20)
    at process.emit (events.js:196:13)
$ npm --version
6.9.0
$ node --version
v12.1.0

neongreen avatar Nov 01 '19 09:11 neongreen