skip to Main Content

Get xcodeproj and ruby 2.7.0 into the PATH

I would like to use ruby 2.7.0 and xcodeproj to get Nativescript work on macOS (version Big Sur 11.2.3). I did a clear install on my MacBook Air 13" 2014, following this links' instructions: https://github.com/NativeScript/docs-new/blob/develop/environment-setup.md After all these steps NativeScript…

VIEW QUESTION

jekyll serve –livereload fails with "Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby'" – SEO

The solution to this issue given on rubyinstaller does not work for me https://github.com/oneclick/rubyinstaller2/issues/96 gem uninstall eventmachine gem install eventmachine --platform ruby Any thoughts? PS D:wiecejwolnosci> jekyll new site2 . Running bundle install in D:/wiecejwolnosci/site2... Bundler: Fetching gem metadata from…

VIEW QUESTION
Back To Top
Search