Documentation
Turborepo
Troubleshooting

Troubleshooting

What to do in case nothing works?

run Turborepo in Debug Mode: https://turbo.build/repo/docs/troubleshooting (opens in a new tab)

Use Turbocache Analytics for Troubleshooting

Our Analytics data can help identify if a run was sucessful.


Example: TODO: Add Analyics screenshot to show bar chart.

  • run the turborepo build with turbocache configured
  • check that the build is visible in our Analytics UI. If not => check setup.
  • if everything is available, delete all local caches ./node_modules/.cache and all generated output directories and rerun the build If everything is configured correctly, everything should be fetched from remote cache. Check anlytics data => you should see a blue bar which means only hits. If you still have misses, you might have configured a build task to not being cached => check turborepo build configuration.