We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site
I'd also like to reference issue #239 since both are similar in nature.
When executing make site to start the local development server, the following errors occur:
make site
Initial error:
Subsequent error (after fixing the above issue):
Additional console errors:
Running make setup followed by make site should successfully set up and start the local development server without any errors.
make setup
OS: Ubuntu 24.04
The text was updated successfully, but these errors were encountered:
// @vishalvivekm
Sorry, something went wrong.
I've started working on this issue, will submit a PR by today.
Successfully merging a pull request may close this issue.
I'd also like to reference issue #239 since both are similar in nature.
Current Behavior
When executing
make site
to start the local development server, the following errors occur:Initial error:
Subsequent error (after fixing the above issue):
Additional console errors:
Expected Behavior
Running
make setup
followed bymake site
should successfully set up and start the local development server without any errors.Steps to Reproduce
make setup
to prepare the environment.make site
to start the local development server.Environment
OS: Ubuntu 24.04
Contributor Guides and Resources
The text was updated successfully, but these errors were encountered: