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();
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();