From 90060d6c8435fff6d4056d6b136fe39a2bca1c2b Mon Sep 17 00:00:00 2001 From: dumorando <144301348+dumorando@users.noreply.github.com> Date: Sat, 30 Mar 2024 19:34:05 -0400 Subject: [PATCH] the --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5625b6ec79f..8583e215a36 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ then your gonna need pnpm. there may be other ways to install snail ides depende after you install pnpm, clone the snail ide gui with ``git clone https://github.com/snail-ide/snail-ide.github.io``.
then run ``pnpm i --shamefully-hoist``. after that, you can type ``npm start`` or ``pnpm start`` or ``yarn start`` if you have yarn.
if you want to use node 17+ , you'll have to add the enviroment variable `NODE_OPTIONS` with the content `--openssl-legacy-provider` before the start command.
+on linux/github codespaces you can do that by running the command `export NODE_OPTIONS=--openssl-legacy-provider`. ## License