Skip to content

Browserify command not found #916

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

Closed
jeremyfourna opened this issue Sep 24, 2014 · 2 comments
Closed

Browserify command not found #916

jeremyfourna opened this issue Sep 24, 2014 · 2 comments

Comments

@jeremyfourna
Copy link

Hello,

I just installed browserify via sudo npm install -g browserify but when I run

browserify -r ./app/collections/movies.js:movies \ -r ./app/models/movie.js:movie > static/bundle.js

The terminal answer but browserify : command not found

Can someone explain to me what I did wrong ?

Thank you in advance,

@ghost
Copy link

ghost commented Oct 3, 2014

Your npm configuration must not be installing bin scripts into a location in your $PATH. Make sure that npm config get prefix/bin is in your $PATH.

@donhamiltoniii
Copy link

@substack You are my hero. I've been searching for an answer to this for two days.

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

No branches or pull requests

2 participants