Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 10 Ruby on Rails Install Issue Json

Hello I am trying set up ruby on rails on my pc. Everytime i do a bundle install, I receive this 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.

I am trying to use ruby 2.2.3, This is my first experience using Ruby on my pc.

like image 744
Jacques Joseph Heffernan Avatar asked Jun 08 '26 18:06

Jacques Joseph Heffernan


1 Answers

Some gems need to build some native C/C++ extensions. You should install DevKit. Here's the link. And then add it to your system environment's path variable.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!