-
Notifications
You must be signed in to change notification settings - Fork 3
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
"command not found : coffee" error when running rake #3
Comments
When in the Isolate directory, what do you get when you do a |
|
Interesting. The Rakefile executes |
I get the same error bundle exec coffee --version bundler: command not found: coffee |
Bundler version 1.3.4 |
@brendanjerwin any ideas on what might be amiss here? I'm drawing a blank. |
I can reproduce this on Ubuntu 13.04 without rvm and the latest everything else. Checking it out.
|
So the gem no longer provides an executable (I think I knew that once). We have to use the node module.
running We could update the Rakefile to explicitly call the one in the node_modules/.bin, I suppose. Thoughts? |
This works in bash, but my rake-fu is weak.
|
Ah, thanks Jace, good find. If this works out we can get the rakefile |
I checked out the npm-path-for-rake-tasks branch and I was able to run rake successfully to compile isolate.js. This was on my home Ubuntu box running 12.10 but otherwise pretty much the same as previously mentioned... node 0.8 ruby 1.9.3 (from RVM). It still has the same issue on the master branch so I'd say this fixes the problem. Thanks for dealing with this so quickly. I noticed there's also an npm package version of this.. is this only for use in node? |
We use this to test require-js based AMD modules for the browser (though we I'll merge this into master after doing some more testing. Let us know if you hit any more issues using Isolate! |
Thanks @bnwasteland =) |
I just cloned the repo, did 'bundle install' and 'npm install' but when I try to build the .js files, I get the error:
bundler: command not found: coffee
Install missing gem executables with
bundle install
Any idea what I'm doing wrong, or is this a bug?
Using Ubuntu 12.04, ruby 1.9.3 (RVM) and gem 1.8.24
The text was updated successfully, but these errors were encountered: