I installed web-beautify by command:
npm -g install js-beautify
and web-beautify-html and web-beautify-css work correctly, but
fireing web-beautify-js throws an error:
Must define at least one file.
jsbeautifier.py@1.5.10
However, if i select whole buffer, then it works...
I installed web-beautify by command: npm -g install js-beautify and web-beautify-html and web-beautify-css work correctly, but fireing web-beautify-js throws an error:
Must define at least one file. jsbeautifier.py@1.5.10
However, if i select whole buffer, then it works...
What to do?