We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827396e commit 93e7534Copy full SHA for 93e7534
new_node_setup.md
@@ -47,8 +47,12 @@ sudo apt install python3 git curl clang build-essential
47
#### Install Node Version 12.x and npm
48
Nodes.js and npm can be install by
49
```bash
50
+sudo apt install python3 git curl
51
+sudo apt install clang
52
+sudo apt install build-essential
53
sudo apt install nodejs
54
sudo apt install npm
55
+sudo npm install -g n
56
sudo n stable
57
PATH="$PATH"
58
```
0 commit comments