-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to make build #305
Comments
EDIT: There was an exploit in 3.2.0.2, so it was yanked.
Change the bootstrap version to 3.4 and you should pass this step. However, you will then get an error that the Gemfile.lock file doesn't have write permission.
I then found solution for Gemfile.lock not writable. Within the trading-ui folder:
In the vim editor paste the following code. This should lead to a successful build!
|
the hack for part too not seem to work for me... |
Change the bootstrap version to 3.4 as @MichelleHettinger says it will work. its work for me |
I think It should be close now. |
I done it successfully most important part of repo. issues |
Warning: the running version of Bundler (1.16.1) is older than the version that created the lockfile (1.16.2). We suggest you upgrade to the latest version of Bundler by running
gem install bundler
.Fetching gem metadata from https://rubygems.org/.............
Could not find bootstrap-sass-3.2.0.2 in any of the sources
ERROR: Service 'trading_ui' failed to build
The text was updated successfully, but these errors were encountered: