Quick question, when I run browserify index.js -o app.js from mac terminal, I get command not found. I have done npm install -g browserify but still no luck. Any idea why I am getting this?
Thank you
It was easier for me to do a gist than to paste here: https://gist.github.com/pertrai1/4ccf77e7b31cb5628b5d
npm install -g browserify?/Users/robsimpson/npm/bin/browserify -> /Users/robsimpson/npm/lib/node_modules/browserify/bin/cmd.jsnow. Does/Users/robsimpson/npm/bin/browserifywork when you try to run it?