Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beefy will not work without browserify installed #66

Open
mattdesl opened this issue Nov 3, 2014 · 1 comment
Open

beefy will not work without browserify installed #66

mattdesl opened this issue Nov 3, 2014 · 1 comment

Comments

@mattdesl
Copy link

mattdesl commented Nov 3, 2014

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
Copy link

talon commented May 2, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants