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
I am unable to run the commands on my computer. I may not have the correct versions of Ruby or Gems, but Im not sure. Here are my details
Mac OS
macOS Mojave 10.14
Ruby Version
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]
Ruby Gem Version
3.0.6
When I run bundle install, I get this:
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using public_suffix 4.0.1
Using addressable 2.7.0
Using bundler 2.0.2
Using colorator 1.1.0
Using concurrent-ruby 1.1.5
Using eventmachine 1.2.7
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Errno::EACCES: Permission denied @ rb_sysopen - /Users/mikelevy/Web
Stuff/repos/jekyll-netlify-boilerplate/vendor/bundle/ruby/2.3.0/gems/http_parser.rb-0.6.0/.gitignore
An error occurred while installing http_parser.rb (0.6.0), and
Bundler cannot continue.
Make sure that `gem install http_parser.rb -v '0.6.0' --source
'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
jekyll was resolved to 3.8.6, which depends on
em-websocket was resolved to 0.5.1, which depends on
http_parser.rb
The text was updated successfully, but these errors were encountered:
I am unable to run the commands on my computer. I may not have the correct versions of Ruby or Gems, but Im not sure. Here are my details
Mac OS
macOS Mojave 10.14
Ruby Version
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]
Ruby Gem Version
3.0.6
When I run
bundle install
, I get this:The text was updated successfully, but these errors were encountered: