commonjs-html-prettyprinter
commonjs-html-prettyprinter copied to clipboard
command not available on Mac
command installed, command not found.
squirple:~ dietrich$ node --version v0.8.18 squirple:~ dietrich$ npm --version 1.3.1 squirple:~ dietrich$ npm list | grep html ├── [email protected] │ ├── [email protected] squirple:~ dietrich$ html -bash: html: command not found
I had to run npm link html to get the command html at my shell. Don't know if that's the proper way to set that up or not...