fokiboard.blogg.se

Middleman ruby
Middleman ruby





middleman ruby
  1. #Middleman ruby how to#
  2. #Middleman ruby install#
  3. #Middleman ruby full#
middleman ruby

So far so good, but when I do bundle exec middleman server, yet again: /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: Bus Error at 0x0000000101020000 bundle install: Using concurrent-ruby 1.1.9īundle complete! 2 Gemfile dependencies, 37 gems now installed.īundled gems are installed into `./vendor/bundle` This will override the global value you are currently settingĪnd then. bundle config build.ffi -enable-libffi-alloc gave me: Your application has set build.ffi to "-enable-libffi-alloc". (David Rodríguez) Could you give an advice?

#Middleman ruby how to#

It would be good to remove the previously installed ffi gem but I have no idea how to do it. I think you need to recompile ffi gem, but I am unsure if the command above does so. bundle config build.ffi -enable-libffi-alloc If you are using bundler, try the second one.

#Middleman ruby install#

If you remove this gem, these dependencies will not be met.īut I get an invalid option: -enable-libffi-alloc error with gem install ffi -enable-libffi-allocĮRROR: While executing gem. Ignoring sassc-2.0.1 because its extensions are not built. Ignoring sassc-2.3.0 because its extensions are not built. Try: gem pristine redcarpet -version 3.4.0 Ignoring redcarpet-3.4.0 because its extensions are not built. Try: gem pristine redcarpet -version 3.5.0 Ignoring redcarpet-3.5.0 because its extensions are not built. The uninstall went OK I think: gem uninstall ffi Thank you - so, I tried as suggested: gem uninstall ffi See Crash Report log file under the one of following:ĭon't forget to include the above Crash Report log file in bug reports.

#Middleman ruby full#

Summary is, when I run "bundle exec middleman server" I get the following full text is in "terminal_output.txt". Crash report is attached, together with the lengthy terminal output.

middleman ruby

I'm getting a huge error message while trying to run "bundle exec middleman server" and it is telling me to log a ticket and attach logs. Since moving to a M1 Mac, I cannot get Slate API Docs ( ) to work, specifically the middleman component. First of all, I am not a programmer or coder so I am having great difficulty solving this puzzle.







Middleman ruby