Skip to content

Commit 93e7534

Browse files
authored
Update new_node_setup.md
1 parent 827396e commit 93e7534

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

new_node_setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@ sudo apt install python3 git curl clang build-essential
4747
#### Install Node Version 12.x and npm
4848
Nodes.js and npm can be install by
4949
```bash
50+
sudo apt install python3 git curl
51+
sudo apt install clang
52+
sudo apt install build-essential
5053
sudo apt install nodejs
5154
sudo apt install npm
55+
sudo npm install -g n
5256
sudo n stable
5357
PATH="$PATH"
5458
```

0 commit comments

Comments
 (0)