-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
/bin/sh: ./node_modules/.bin/recess: No such file or directory #6561
Comments
That page is out of date and will be removed in 3.0. Follow the directions in the readme instead. I'll be updating the page for now in #6346 to remove this section and direct folks to the readme. |
Just resolved. |
But as far as I could see the README.md is similar then the page I mentioned, which also states to install:
After that I try to run make but I get the error. Or am I missing something? |
#6576 fixes the issue by not forcing you to install locally to use bootstrap |
@marceloverdijk - I ran into the same thing - a work around is to drop the -g flag from the npm install to install the modules locally to the node_modules directory. Looks like bootstrap expects that currently for 2.3 at least. See also: http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation/ |
thanks @atomgiant - that worked for me |
I followed instructions on http://twitter.github.com/bootstrap/extend.html#compiling to compile 2.3.0-wip branch.
I've installed the following components with
sudo npm install -g less jshint recess uglify-js
When running
make
I get:As defined in the make file it's pointing to
./node_modules/.bin/recess
but when I check the install feedback I see:which is pointing to
/usr/local/lib/node_modules/recess
Is there some misconfiguration on my side?
Cheers,
Marcel
The text was updated successfully, but these errors were encountered: