I have installed my JS runtime as Node, and I have bundle update-ed and bundle install-ed, but I still get this error:
/Users/macbook/Documents/Studies/Coding/t
You have an issue with the gem bootsnap
which main job is to accelerate rails startup time.
So, you should either :
bootsnap
, add gem 'bootsnap'
to your gemfile to install it.bootsnap
, remove the line require 'bootsnap/setup'
in config/boot.rb
More info about bootsnap
: https://github.com/Shopify/bootsnap#how-does-this-work