I am trying to install web pack with browserify with this:
browserify main.js > bundle.js
following these instructions: https://github.com/petehunt/webpack-howto
Terminal keeps showing:
browserify: command not found
even after running
npm install -g browserify
Tried using solutions from Cannot find module 'browserify' and Browserify command not found.
Here's the console window:
https://gist.github.com/robojukie/b6ca2443f02511d05f372eefc132e3a0
How can I figure out what is wrong and how to fix it?