You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using themes with the new hugo module syntax, which - usually - works flawlessly. not so much here, but i think (!) the error is rather simple. i have no clue of go modules unfortunately, this is what i have found out so far.
i'm using hugo v0.87.0+extended darwin/arm64 BuildDate=unknown is. when i try to build the site i get this error:
Start building sites …
hugo v0.87.0+extended darwin/arm64 BuildDate=unknown
Error: Error building site: TOCSS: failed to transform "css/main.scss" (text/x-scss): \
SCSS processing failed: file "stdin", line 25, col 1: \
File to import not found or unreadable: vendor/normalize.
Built in 653 ms
if i execute hugo mod vendor it becomes clear - the whole vendor directory is missing from _vendor/github.com/kimcc/hugo-theme-noteworthy/assets/css/. (as far as i understood the mod vendor command copies the module's contents to the local directory _vendor, so your theme'scss/vendor dir missing would kinda explain the error message).
for reference - the config file i used can be found here.
The text was updated successfully, but these errors were encountered:
i am using themes with the new hugo module syntax, which - usually - works flawlessly. not so much here, but i think (!) the error is rather simple. i have no clue of go modules unfortunately, this is what i have found out so far.
i'm using hugo
v0.87.0+extended darwin/arm64 BuildDate=unknown
is. when i try to build the site i get this error:if i execute
hugo mod vendor
it becomes clear - the wholevendor
directory is missing from_vendor/github.com/kimcc/hugo-theme-noteworthy/assets/css/
. (as far as i understood themod vendor
command copies the module's contents to the local directory_vendor
, so your theme'scss/vendor
dir missing would kinda explain the error message).for reference - the config file i used can be found here.
The text was updated successfully, but these errors were encountered: