yasuyk / web-beautify

Format HTML, CSS and JavaScript/JSON by js-beautify
GNU General Public License v3.0
219 stars 21 forks source link

zsh:1: command not found: html-beautify #36

Closed ghost closed 5 years ago

ghost commented 5 years ago

when I use web-beautify-html in web-mode, it's say command not found: html-beautify. But I could found in zsh: ~: which html-beautify /Users/wangchuande/.nvm/versions/node/v10.10.0/bin/html-beautify

ghost commented 5 years ago

I get it. In .zshenv export PATH="$PATH:/Users/wangchuande/.nvm/versions/node/v10.10.0/bin"