Common Issues
Common Issues
Section titled “Common Issues”Here are solutions to the most common problems Rhyolite users encounter:
404 on GitHub Pages
Section titled “404 on GitHub Pages”- Solution: Set the correct
siteandbaseinastro.config.mjs.
CLI Not Found
Section titled “CLI Not Found”- Solution: Make sure you’re using
pnpm create rhyolite@latestand have Node.js v18+ and pnpm installed.
Build Fails
Section titled “Build Fails”- Solution: Run
pnpm installto ensure all dependencies are present. Check for typos in your config files.
Template Not Listed
Section titled “Template Not Listed”- Solution: Run
pnpm exec create-rhyolite --listto see all available templates. Add new templates to the correct directory and updatepnpm-workspace.yaml.
If you’re still stuck, see Community Support.