We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5485d90 commit ca9ceebCopy full SHA for ca9ceeb
setup/setup-vscode.sh
@@ -9,6 +9,12 @@ export UV_USE_IO_URING=0
9
sudo yum update
10
sudo yum install -y npm
11
12
+## Install Node LTS
13
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
14
+source ~/.bashrc
15
+nvm install --lts
16
+nvm use --lts
17
+
18
## Ensure AWS CLI v2 is installed
19
sudo yum -y remove aws-cli
20
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
0 commit comments