TheOdinProject / ruby-exercises

MIT License
219 stars 1.06k forks source link

Add troubleshooting reference documentation #56

Closed tpascarella closed 2 years ago

tpascarella commented 2 years ago

Added documentation and troubleshooting advice for installing the Bundler.

rlmoser99 commented 2 years ago

@tpascarella Thank you for taking the time to make this PR. Can you tell me more about the error that you had and how you fixed it? My initial thought is that this change is not necessary because people should be equipped to research most common errors that we've seen in the past.

tpascarella commented 2 years ago

@rlmoser99 The error was specifically on the bundle install command in the README for ruby-exercises.

Every time I entered the command it returned "Could not find 'bundler' 2.1.4 required" and offered two commands to fix it: 'bundle update --bundler' and 'gem install bundler:2.1.4'. Neither of them were able to fix the issue.

sudo gem install bundler allowed me to install everything and proceed with the exercises.

rlmoser99 commented 2 years ago

@tpascarella I do not see a conversation in Discord about this fixing this problem and I do not think I want to point people to this troubleshooting step to install bundle with sudo. This can cause additional problems in the future. Therefore I am going to close this issue for now. I am sorry that you had trouble installing bundler, but this change is not how I would want to direct people to resolve any issues that they might have.