commonjs-html-prettyprinter icon indicating copy to clipboard operation
commonjs-html-prettyprinter copied to clipboard

command not available on Mac

Open autonome opened this issue 12 years ago • 1 comments

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

autonome avatar Jul 01 '13 09:07 autonome

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...

dannguyen avatar Jun 22 '16 02:06 dannguyen