From d7447eebd76f54118dc4714e57215afafbd5508e Mon Sep 17 00:00:00 2001 From: Timothee Legros Date: Mon, 30 Dec 2024 13:47:58 +0100 Subject: [PATCH] nvm version update --- docs/docs/guides/docker-setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/guides/docker-setup.md b/docs/docs/guides/docker-setup.md index 31de30fa87..951c022962 100644 --- a/docs/docs/guides/docker-setup.md +++ b/docs/docs/guides/docker-setup.md @@ -11,7 +11,7 @@ This guide provides instructions for installing and running the Eliza chatbot us 1. **Install NVM**: ```bash - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash source ~/.bashrc nvm install v23.3.0 ``` @@ -29,6 +29,7 @@ This guide provides instructions for installing and running the Eliza chatbot us ``` 4. **Install Dependencies** + See https://github.com/elizaOS/eliza/issues/1460 ```bash pnpm install --no-frozen-lockfile ```