-
Notifications
You must be signed in to change notification settings - Fork 0
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
CSS transform errors with hugo extended version #56
Comments
Another thing, hugo release page said:
Tried |
`go install` doesn't work, npm was used at the end to install the extended version. See https://www.npmjs.com/package/hugo-extended. see #56
@duncdrum The last commit I am pushing was under pushing for more than 30 minutes that I need to go to sleep now. It is weird because I checked the added files are <20MB. |
CI failed and the error is:
From the GitHub page of our theme, I found this discussion where the suggested solution is to add a package.json file, I went to check our package.json, however it looks fine. |
Also tried the solution of adding a |
try another solution suggested by https://discourse.gohugo.io/t/error-deploying-on-render-check-your-post-css-installation/40810/2 see #56
Can you open a draft PR please |
Hugo local page was built successfully that the correct page can be seen locally.
But the command
hugo
to deploy the page for pushing to remote failed:Hugo FAQ says:
After installing go, the
go install --tags extended
couldn't work because go can't find module.At the end, by installing
npm
and followed the instructions on this page,extended
version seems to be installed becausego install
works.Though
npm run start
is not working, the commandhugo
is working.At current stage, we have:
Will push to see if the GitHub Action can deploy the page correctly or not.
To record above is aiming to leave a reminder to probably upgrade Hugo's version or rethink of the theme.
The text was updated successfully, but these errors were encountered: