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
{{ message }}
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
As I run bundle install, it broke down and reported an error.
An error occurred while installing json (1.8.3), and Bundler cannot continue.
Make sure that `gem install json -v '1.8.3'` succeeds before bundling.
After serious ways I tried. Finally I found the solution.
$ brew update json
$ brew install
Then bundle install will work without error.
But I have finally failed because there are too much problems while installing dependencies.
run bundle exec pod install will output the error
[!] Unable to find a specification for 'Artsy+OSSUIFonts'.
I haven't found any ways to eliminate the error. HELP!!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As I run
bundle install
, it broke down and reported an error.After serious ways I tried. Finally I found the solution.
Then
bundle install
will work without error.But I have finally failed because there are too much problems while installing dependencies.
run
bundle exec pod install
will output the errorI haven't found any ways to eliminate the error. HELP!!
The text was updated successfully, but these errors were encountered: