Skip to content

Mr-Perfection/MyDockerDevEnvironmentSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

MyDockerDevEnvironmentSetup

lscpu # aarch64
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y nodejs
sudo apt-get install -y npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
nvm install --lts # Install the latest LTS version
npm install -g npm@latest
npm install -g pnpm

# Current versions
node -v
v18.12.1
npm -v
9.2.0
pnpm -v
7.18.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published