Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
edb6b590b1
commit
3faeeb184a
1 changed files with 8 additions and 0 deletions
|
@ -58,6 +58,14 @@ sudo apt update
|
||||||
sudo apt install code
|
sudo apt install code
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||||
|
$ cat /etc/apt/sources.list.d/nodesource.list
|
||||||
|
deb https://deb.nodesource.com/node_14.x focal main
|
||||||
|
deb-src https://deb.nodesource.com/node_14.x focal main
|
||||||
|
sudo apt -y install nodejs
|
||||||
|
node -v
|
||||||
|
```
|
||||||
|
|
||||||
### Commands to check version of Node.js and NPM.
|
### Commands to check version of Node.js and NPM.
|
||||||

|

|
||||||
|
|
Loading…
Add table
Reference in a new issue