Error Occurred While Installing Mini_Racer (0.2.0)

Error occurred while installing mini_racer (0.2.0)

Problem solve after change mini_racer gem version

mini_racer (0.2.1)

An error occurred while installing refile (0.6.2)

  1. Check ruby current and default version. rvm list

  2. Make default your ruby 2.2.3 version rvm use 2.2.3 --default

  3. Close terminal and go back to your project directory.

Bundler::GemNotFound: Could not find rake-10.3.2 in any of the sources

bundle config set --local path 'vendor/cache'

generally fixes it as that is the more common problem. Basically, your bundler path configuration is messed up. See their documentation (first paragraph) for where to find those configurations and change them manually if needed.



Related Topics



Leave a reply



Submit