Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion static/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,9 @@ <h3><a href="#extracting-vendor-files-for-pixel-devices">Extracting vendor files
environment. (Note: On Debian, <code>yarn</code> is reserved for a binary in
<code>cmdtest</code>; use <code>yarnpkg</code> instead.)</p>

<pre>yarn --cwd vendor/adevtool/ install</pre>
<pre># 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</pre>

<p>Download, extract and prepare the vendor files:</p>

Expand Down
Loading