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
You can now edit your own versions of the site’s source files.
@@ -111,12 +115,24 @@ Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-
111
115
```
112
116
113
117
This error occurs if you have not installed the extended version of Hugo.
114
-
See our [user guide](https://www.docsy.dev/docs/getting-started/) for instructions on how to install Hugo.
118
+
See this [section](https://www.docsy.dev/docs/get-started/docsy-as-module/installation-prerequisites/#install-hugo) of the user guide for instructions on how to install Hugo.
119
+
120
+
Or you may encounter the following error:
121
+
122
+
```
123
+
➜ hugo server
124
+
125
+
Error: failed to download modules: binary with name "go" not found
126
+
```
127
+
128
+
This error occurs if you have not installed the `go` programming language on your system.
129
+
See this [section](https://www.docsy.dev/docs/get-started/docsy-as-module/installation-prerequisites/#install-go-language) of the user guide for instructions on how to install `go`.
0 commit comments