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

Make compile results in error message #33

Open
mcclaudi opened this issue Jun 14, 2017 · 5 comments
Open

Make compile results in error message #33

mcclaudi opened this issue Jun 14, 2017 · 5 comments
Assignees
Labels

Comments

@mcclaudi
Copy link

I receive the following error message after the make compile command:

Compiling src/*.coffee to build.js

browserify -t coffeeify src/main.coffee -o build.js
/usr/bin/env: node: No such file or directory
make: *** [compile] Error 127

I am not very versed in this so am stuck at this stage...

@tseemann
Copy link
Collaborator

@mcclaudi what operating system are you on? do you use conda or brew?

@mcclaudi
Copy link
Author

I was using brew

@tseemann
Copy link
Collaborator

brew install node is the first step.

@oobshta
Copy link

oobshta commented Feb 15, 2023

Hi!
I have the same problem, but I am working on HPC. Since I`m a newbie in bioinformatics, maybe you can advise me on how I can proceed with installation further. Thanks!

@Footboard5358
Copy link

Footboard5358 commented Jan 3, 2025

Got the same problem on MacOS 15.1:

> make compile     
                                                               
### Compiling src/*.coffee to build.js ###
browserify -t coffeeify -t browserify-css src/main.coffee -o build.js
make: browserify: No such file or directory
make: *** [compile] Error 1

Also, Node is installed:

> brew install node            
                                        
Warning: node 23.5.0 is already installed and up-to-date.
To reinstall 23.5.0, run:
  brew reinstall node

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

No branches or pull requests

5 participants