25 lines
477 B
Markdown
25 lines
477 B
Markdown
---
|
|
created: 2024-05-17T16:34:06.921Z
|
|
type: '"note"'
|
|
updated: 2024-12-03T20:03:58.906Z
|
|
---
|
|
|
|
# node
|
|
|
|
- [node.js](https://github.com/nodesource/distributions)
|
|
|
|
```bash
|
|
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
|
|
```
|