diff --git a/static/build.html b/static/build.html index a9578ac9a..e336428e2 100644 --- a/static/build.html +++ b/static/build.html @@ -393,7 +393,9 @@

Extracting vendor files environment. (Note: On Debian, yarn is reserved for a binary in cmdtest; use yarnpkg instead.)

-
yarn --cwd vendor/adevtool/ install
+
# If using the system package and yarn complains about MODULE_NOT_FOUND, uninstall then reinstall yarn via npm
+# For example, `sudo apt purge yarnpkg && npm install yarn`
+yarn --cwd vendor/adevtool/ install

Download, extract and prepare the vendor files: