-
Notifications
You must be signed in to change notification settings - Fork 486
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
The template composer.rb could not be loaded. Error: cannot load such file -- haml/html #66
Comments
Can you show me the entire console output when you try to generate the app? Either paste here or create a gist. |
Hello, i'm running into the same problem.
|
i manually moved the require 'bundler/setup' call after the haml require statements at the bottom of composer.rb, with that i get a new error:
|
with explicitly requiring 'haml' it errors out with:
Hopefully some of the information helps you in finding the issue :-) |
Getting a similar issue except mine says "Error: cannot load such file -- bundler/setup" Here's my full output:
|
I don't know how to reproduce this issue, but sometimes everything works well. Before, I just think that you are missing some required gems like haml, hpricot, ruby_parser, but after installing those gems, the problem isn't resolved. But now, it works well with basic gemset. Maybe it is conflicted with some existing gems. Anw, we can close this issue now and thanks for your consideration. |
I got it working:
I think in my case it was a conflict with bundler 1.2.2, which was installed in my global gemset. |
I was running into the exact issue as @jessmartin and based on his recommended solution I ran only the line: The installation worked after that. Not sure what that means, but I thought I would share. |
A fix for the typo in the backbone recipe
|
Although I checked with Gemfile and gemset, there're gems: haml and hpricot, but whenever I initialize project, it still raise above exception. Any help?
Thanks,
The text was updated successfully, but these errors were encountered: