Skip to content

Commit

Permalink
Added troubleshooting instructions for environment set up
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Apr 2, 2024
1 parent 48651b0 commit f6afaf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ Follow these steps to set up your local copy of the repository:
bundle install
```

#### Troubleshooting
- Error when running `rvm install 3.2`: `Error running '__rvm_make -j10'`
- Resolve by running `rvm install 3.2.0 -C --with-openssl-dir=/opt/homebrew/opt/[email protected] instead of rvm install 3.2`
- Error when running `bundle install`: `An error occurred while installing posix-spawn (0.3.15), and Bundler cannot continue.`
- Resolve by running `gem install posix-spawn -v 0.3.15 -- --with-cflags=\"-Wno-incompatible-function-pointer-types\"` before running `bundle install`


#### Making, viewing, and submitting changes

Here's how to build the website, make changes, and view them locally:
Expand Down

0 comments on commit f6afaf0

Please sign in to comment.