-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
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
Postcss error when building locally, but works with server mode #306
Comments
I was missing installing autoprefixer and postcss, but it still fails:
|
This was fixed by updating node to v12.18.2 |
This was referenced Aug 17, 2021
This was referenced Sep 15, 2021
This was referenced Nov 27, 2023
This was referenced May 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
However, if I run the same command as server, it works.
hugo -c exampleSite --config themes/docsy/config.toml server
Any idea on what could be causing this ?
The text was updated successfully, but these errors were encountered: