Skip to content
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

gem 'turbolinks x86-mingw32' #109

Open
retsill opened this issue Jul 3, 2019 · 2 comments
Open

gem 'turbolinks x86-mingw32' #109

retsill opened this issue Jul 3, 2019 · 2 comments

Comments

@retsill
Copy link

retsill commented Jul 3, 2019

i have Windows 10 x64bit

as I run the rails server command it gives me this error.

Could not find gem 'turbolinks x86-mingw32' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.

as I run the Bundler install command it gives me this error.

To see why this extension failed to compile, please check the mkmf.log which can
be found here:

C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/sqlite3-1.4.1/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in
C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/sqlite3-1.4.1 for
inspection.
Results logged to
C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/sqlite3-1.4.1/gem_make.out

An error occurred while installing sqlite3 (1.4.1), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.4.1'` succeeds before bundling.

In Gemfile:
  sqlite3
@cs623jm
Copy link

cs623jm commented Jul 4, 2019

I have same issue. Just downloaded and install railsinstaller... been googling and trying the 2 downloads versions.. not sure to try 1.9

@retsill
Copy link
Author

retsill commented Jul 4, 2019

I have same issue. Just downloaded and install railsinstaller... been googling and trying the 2 downloads versions.. not sure to try 1.9

I solved the problem.

you just have to install each gem that asks you for compatibility without a version.

Example:
gem install turbolinks
then
bundle install
and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants