Skip to content

Commit ca9ceeb

Browse files
committed
Install Node LTS version in VSCode environment
1 parent 5485d90 commit ca9ceeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup/setup-vscode.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ export UV_USE_IO_URING=0
99
sudo yum update
1010
sudo yum install -y npm
1111

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+
1218
## Ensure AWS CLI v2 is installed
1319
sudo yum -y remove aws-cli
1420
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"

0 commit comments

Comments
 (0)