2024-06-03 07:04:29 -07:00

13 lines
201 B
Markdown

---
type: "note"
---
# 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
```