2024-06-03
This commit is contained in:
12
_-Review/node.md
Normal file
12
_-Review/node.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user