-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to install Dart Sass using Docker image? #1059
Comments
Hi, I suggest using the BTW, there are You may need to change the project ownership to yours before switching to sudo chown -R username:groupname .
sudo chown -R username:groupname /path/to/hugo-cache Moreover, if you require the Hugo deploy feature ( Here is a page to Choose a Hugo Docker image. |
Thank you very much! Now I was able to understand the situation better. It worked using However, some warnings were displayed as follows:
I tried to use the |
Upgrade bootstrap to hugo mod get github.com/twbs/bootstrap@main But it's a warning, not an error, so you can ignore it for now.
You can try deleting the file and trying again. In my experience, it works with |
To ignore those warnings, you can also downgrade Docker image to |
Great! I was able to get it working with the These were the commands I needed to run:
Thank you very much for your valuable help! ❤️ |
Hi!
I have a similar problem described in #1034, but I'm using Docker to build and test changes using my local machine. I've upgraded all modules to last versions using
hugo mod get -u
and then migrate hugomods from "hugo:0.124.1" to "hugo:0.138.0".How can I install Dart Sass and fix the error below? Should I use another image tag? Any tips will be appreciated.
The text was updated successfully, but these errors were encountered: