csso-cli
csso-cli copied to clipboard
Error with last version of node js (v23.4.0)
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();