You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to setup a new project just for testing spree and I get this during setup.
== Installing dependencies ==
The Gemfile's dependencies are satisfied
== Preparing database ==
./setup:8:in `system': Exec format error - bin/rails db:prepare (Errno::ENOEXEC)
from ./setup:8:in `system!'
from ./setup:26:in `block in <main>'
from C:/Ruby33-x64/lib/ruby/3.3.0/fileutils.rb:240:in `chdir'
from C:/Ruby33-x64/lib/ruby/3.3.0/fileutils.rb:240:in `cd'
from ./setup:11:in `<main>'
I saw a possible related issue but I don't think is the same. I'm just running bin/setup as the quickstart states.
I had to download ruby 3.3.0 because if I download a more recent version, it won't install any dependencies at all. I have docker up an running and even vips.
The text was updated successfully, but these errors were encountered:
I tried to setup a new project just for testing spree and I get this during setup.
I saw a possible related issue but I don't think is the same. I'm just running
bin/setup
as the quickstart states.I had to download ruby 3.3.0 because if I download a more recent version, it won't install any dependencies at all. I have docker up an running and even vips.
The text was updated successfully, but these errors were encountered: