Error Explanations
Error Explanations
Section titled “Error Explanations”Understand and resolve common error messages in Rhyolite:
“Cannot find module”
Section titled ““Cannot find module””- Solution: Run
pnpm installto ensure all dependencies are installed.
”Template not found”
Section titled “”Template not found””- Solution: Check the template name and path. Use
pnpm exec create-rhyolite --listto see available templates.
”Permission denied”
Section titled “”Permission denied””- Solution: Ensure you have write permissions to the target directory. Try running with elevated privileges if needed.
Debugging Tips
Section titled “Debugging Tips”- Use the
DEBUGenvironment variable for more verbose output. - Check the logs and stack traces for clues.
For more help, see Community Support.