I’m setting a React on Rails project following the documentation: https://www.shakacode.com/react-on-rails/docs/guides/tutorial/, but when I run: rails webpacker:install
or bundle exec rails webpacker:install
it throws /home/dangelo/.rbenv/versions/3.1.2/bin/ruby: No such file or directory -- /home/dangelo/Desktop/things/The (LoadError)
.
I have been searching to solve this issue but I can’t found any solution, inclusive I created a new project with webpacker gem (to check if my enviroment have any problem with that) and rails webpacker:install
the installation works but ussing shakapacker gem dosn’t work
The react on rails generator works
My repo: Dangelo-JAN/test-react-on-rails repo
Thanks: Dangelo Arrivillaga