-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Issues running Makefile for Bootstrap #1642
Comments
how did you install less? You should do also you could try |
Try running this instead.
I also needed to install uglifyjs.
Hope that helps. |
It seems to have worked; no errors when I run |
Just wanted to note this is still working as a solution. Thanks @col |
I've installed recess, less, lessc, uglify, node.js all properly with no errors, as sudo. I still get: /bin/sh: ./node_modules/.bin/recess: not found |
I'm having troubles running the Makefile for Bootstrap. When I do so, I get the following output:
However, if in Terminal I just type
lessc
I get a line saying,lessc: no input files
.Why when trying to run lessc as part of Bootstrap's Makefile is it falling over?
The text was updated successfully, but these errors were encountered: