chrisdickinson / beefy

local development server that aims to make using browserify fast and fun
http://didact.us/beefy/
MIT License
801 stars 49 forks source link

beefy will not work without browserify installed #66

Open mattdesl opened 9 years ago

mattdesl commented 9 years ago

Just tested on a fresh OSX machine that was using NVM to manage multiple node versions. It seems like global installs were going into an .nvm folder.

Nothing would happen when running beefy (just quits, no errors or logs). Once browserify was installed globally, everything worked fine.

talon commented 9 years ago

I had a similar issue just now and installing watchify as a dev dependency of the project did the trick.

From the README

"Beefy searches for bundlers in the following order:

First, it checks your local project's node_modules for watchify. Then it checks locally for browserify. Failing that, it checks for a global watchify. Then falls back to a global browserify."