i'm new in ruby on rails. I'm using windows. I get error when i type bundle.
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.
How i can fix it?
This post would suggest you're missing build dependencies: An error occurred while installing debug_inspector (0.0.2), and Bundler cannot continue
Try running these commands and see if that works, otherwise run gem install debug_inspector -v '0.0.2'
and post the full error message.