Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGarrett Hughes
Python Development Techdegree Student 32,971 PointsError when trying to run "ruby new testapp"
Gem::InstallError: The 'debug_inspector' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads' and follow the instructions at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit' Using bundler 1.11.2 Installing byebug 8.2.4 with native extensions
Gem::InstallError: The 'byebug' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads' and follow the instructions at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit' Using coffee-script-source 1.10.0 Using execjs 2.6.0 Using thor 0.19.1 Using concurrent-ruby 1.0.1 Using multi_json 1.11.2 Using sass 3.4.22 Using tilt 2.0.2 Using sqlite3 1.3.11 Using rdoc 4.2.2 Using tzinfo 1.2.2 Installing nokogiri 1.6.7.2
Gem::InstallError: nokogiri requires Ruby version < 2.3, >= 1.9.2.
Using rack-test 0.6.3
Using mime-types 3.0
An error occurred while installing debug_inspector (0.0.2), and Bundler cannot
continue.
Make sure that gem install debug_inspector -v '0.0.2'
succeeds before
bundling.
What does this mean and is there anything I can do to fix it? :o