You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bundle exec middleman build
Bundler is using a binstub that was created for a different gem.
This is deprecated, in future versions you may need to `bundle binstub middleman-core` to work around a system/bundle conflict.
/Users/alex/Devel/audelabs/test/acme/config.rb:5:in `evaluate_configuration!': undefined method `compass_config' for #<Middleman::ConfigContext:0x007fa78454f280> (NoMethodError)
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-core-4.1.4/lib/middleman-core/application.rb:327:in `instance_eval'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-core-4.1.4/lib/middleman-core/application.rb:327:in `evaluate_configuration!'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-core-4.1.4/lib/middleman-core/application.rb:284:in `initialize'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-cli-4.1.4/bin/middleman:48:in `new'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-cli-4.1.4/bin/middleman:48:in `<top (required)>'
from /Users/alex/.rbenv/versions/2.2.2/bin/middleman:23:in `load'
from /Users/alex/.rbenv/versions/2.2.2/bin/middleman:23:in `<main>'
That warning about the bintstub seems strange, you might want to have a look into middleman/middleman#1859 for more info about my previous issue with middleman.
Thanks
The text was updated successfully, but these errors were encountered:
I was able to create my project using this command:
But then:
That warning about the bintstub seems strange, you might want to have a look into middleman/middleman#1859 for more info about my previous issue with middleman.
Thanks
The text was updated successfully, but these errors were encountered: