mirror of
https://github.com/google/pebble.git
synced 2025-07-14 21:55:57 +00:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
16
devsite/docs/troubleshooting.md
Normal file
16
devsite/docs/troubleshooting.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Troubleshooting
|
||||
|
||||
This page contains fixes to known problems encountered from building the
|
||||
developer site, and how they were fixed. This may help you if you have
|
||||
the same problems.
|
||||
|
||||
## Nokogiri
|
||||
|
||||
**Error**
|
||||
|
||||
> An error occurred while installing nokogiri (1.6.7.2), and Bundler cannot continue.
|
||||
> Make sure that `gem install nokogiri -v '1.6.7.2'` succeeds before bundling.
|
||||
|
||||
**Solution**
|
||||
|
||||
`gem install nokogiri -- --use-system-libraries`
|
Loading…
Add table
Add a link
Reference in a new issue