From c2b0981c1dea386ceee6424bebef3ef911d50b36 Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Fri, 8 May 2020 20:13:49 +0200 Subject: [PATCH] Add note for reminding user to remove 2017 build tools --- 04.-MS-Windows-Setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/04.-MS-Windows-Setup.md b/04.-MS-Windows-Setup.md index 71ad2aa..45ead67 100644 --- a/04.-MS-Windows-Setup.md +++ b/04.-MS-Windows-Setup.md @@ -10,6 +10,7 @@ First you should [download](https://aka.ms/buildtools) and install Visual Studio > This is a big download (over 1GB) and takes the most time, so go grab a :coffee: +> Be sure you don't have the 2017 version of the build tools installed as well. There are reports of `tauri build` not working in such a configuration. Next download the latest [nvm-windows](https://github.com/coreybutler/nvm-windows/releases) and install it for advanced nodejs version management.