From 96cc541fe3d6c6aad7b131956782e35dc115ad4c Mon Sep 17 00:00:00 2001 From: Rikito Taniguchi Date: Thu, 21 Mar 2024 16:03:04 +0900 Subject: [PATCH] Fix #24: Add an instruction to run `nvm use 22` https://github.com/tanishiking/scala-wasm/issues/24 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9881a5e1..e1d317de 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,10 @@ $ deno run --allow-read run.mjs Requires NodeJS >= 22 (for enough support of WasmGC). ```sh +# if you are using NVM, you can install Node 22 with $ NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly nvm install v22 +# switch to use Node 22 +$ nvm use 22 ``` - `tests/test` will