From b86a68640b80e4ce6817db3eea64033f9b929807 Mon Sep 17 00:00:00 2001 From: Chris Guida Date: Mon, 13 Dec 2021 11:58:47 -0600 Subject: [PATCH] Update README.md `apt` installs version v10 which is too old `snap` installs v16, which is fine --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 49081b2e8..1a28d7586 100644 --- a/build/README.md +++ b/build/README.md @@ -19,7 +19,7 @@ - Create a builder: `docker buildx create --use` - Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8` - Node Version 12+ - - `sudo apt install -y nodejs` + - `sudo snap install node` - https://nodejs.org/en/docs - NPM Version 7+ - `sudo apt install -y npm`