Troubleshooting

We suggest you first search for your error message in the project issues on Github.

There's a chance that Vite-ruby wasn't installed, or that errors occurred during the installation process.

First, make sure you have yarn installed on your machine. Then, re-run these two steps of the installation procedure:

bundle exec rails maglev:vite:install_dependencies
bundle exec rails maglev:vite:build_all

Last updated