This commit is contained in:
2024-12-03 16:20:25 -07:00
parent 52444edc44
commit e65e576be8
17 changed files with 299 additions and 17 deletions

View File

@ -1,5 +1,7 @@
---
type: "note"
created: 2024-05-17T16:34:06.921Z
type: '"note"'
updated: 2024-12-03T20:03:58.906Z
---
# node
@ -10,3 +12,13 @@ type: "note"
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
```
## Snap
- [node](https://snapcraft.io/node)
```bash 1733256157153 = 638688529571530000 = Tue Dec 03 2024 13:02:36 GMT-0700 (Mountain Standard Time)
snap install node --classic
npm --version
# 10.8.2
```