csso-cli icon indicating copy to clipboard operation
csso-cli copied to clipboard

Error with last version of node js (v23.4.0)

Open pkconcept opened this issue 1 year ago • 0 comments

When running csso , this error is thrown :

TypeError: this.outputHelp is not a function

A simple fix in index.js is to replace

this.outputHelp();

by command.outputHelp();

pkconcept avatar Dec 18 '24 17:12 pkconcept