I has installed UglifyCSS
globally with command:
npm install -g uglifycss
How can I get current version of installed UglifyCSS
?
P.S.
Version of UglifyJS
I check with command:
uglifyjs -V
But when I try similar command for UglifyCSS
:
uglifycss -V
I had an error:
unable to process "-V" with Error: ENOENT, no such file or directory '-V'
Same error when I try -v
and --version