browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

-bash: watchify: command not found #307

Closed danielleng closed 8 years ago

danielleng commented 8 years ago

sudo npm install watchify

completed successfully, then tried to run watchify main.js -d -o bundle.js -v

getting a command not found error.

watchify@3.7.0

alexbakerdev commented 8 years ago

Needs to be globaly installed? sudo npm install -g watchify

danielleng commented 8 years ago

Thanks, that fixed it! Might wanna make a note in the readme to install it globally.