-
Notifications
You must be signed in to change notification settings - Fork 9
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
Labels
Comments
@mcclaudi what operating system are you on? do you use conda or brew? |
I was using brew |
|
Hi! |
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
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...
The text was updated successfully, but these errors were encountered: