From 6d94cb4afe9cbe9064f4468022ec201bc6494d0e Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 25 Oct 2022 06:06:53 +1100 Subject: [PATCH] Add installation error docs --- website/docs/gettingstarted/installation.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/docs/gettingstarted/installation.mdx b/website/docs/gettingstarted/installation.mdx index 2bd3c8f9c..858b5e5f3 100644 --- a/website/docs/gettingstarted/installation.mdx +++ b/website/docs/gettingstarted/installation.mdx @@ -70,6 +70,16 @@ import TabItem from "@theme/TabItem"; Run `go install github.com/wailsapp/wails/v2/cmd/wails@latest` to install the Wails CLI. +Note: If you get an error similar to this: + +```shell +....\Go\pkg\mod\github.com\wailsapp\wails\v2@v2.1.0\pkg\templates\templates.go:28:12: pattern all:ides/*: no matching files found +``` +please check you have Go 1.18+ installed: +```shell +go version +``` + ## System Check Running `wails doctor` will check if you have the correct dependencies installed. If not, it will advise on what is missing and help on how to rectify any problems.