Files
.infineon/_-Review/node.md
2024-12-03 16:20:25 -07:00

477 B

created, type, updated
created type updated
2024-05-17T16:34:06.921Z "note" 2024-12-03T20:03:58.906Z

node

curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

Snap

snap install node --classic
npm --version
# 10.8.2