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
As you run the website locally, you may run into the following error:
108
108
109
-
```
110
-
➜ hugo server
109
+
```console
110
+
$hugo server
111
111
112
-
INFO 2021/01/21 21:07:55 Using config file:
112
+
INFO 2021/01/21 21:07:55 Using config file:
113
113
Building sites … INFO 2021/01/21 21:07:55 syncing static files to /
114
114
Built in 288 ms
115
115
Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): resource "scss/scss/main.scss_9fadf33d895a46083cdd64396b57ef68" not found in file cache
@@ -120,8 +120,8 @@ See this [section](https://www.docsy.dev/docs/get-started/docsy-as-module/instal
120
120
121
121
Or you may encounter the following error:
122
122
123
-
```
124
-
➜ hugo server
123
+
```console
124
+
$hugo server
125
125
126
126
Error: failed to download modules: binary with name "go" not found
0 commit comments