From 028767bcc30f811876556c408997783f32da044f Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 21 Dec 2022 16:44:22 +0000 Subject: [PATCH] test --- readme/build_troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme/build_troubleshooting.md b/readme/build_troubleshooting.md index 088f140c6..4392f2825 100644 --- a/readme/build_troubleshooting.md +++ b/readme/build_troubleshooting.md @@ -2,6 +2,8 @@ ## On Windows +test + If `yarn dist` fails, it may need administrative rights. If you get an `error MSB8020: The build tools for v140 cannot be found.` try to run with a different toolset version, eg `npm install --toolset=v141` (See [here](https://github.com/mapbox/node-sqlite3/issues/1124) for more info). You may also try to install `npm --vs2015 install --global windows-build-tools` (the --vs2015 flag is to get toolkit "v140", which is what is used by default).