jiub asked
FrancyMak replied
if you don’t have Node or you have a not updated version in your machine. you can download it with these commands:
```bash
sudo curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt install nodejs
sudo apt install build-essential
node --version
```
wkw replied