Installing nodejs on a06

first you do node —version to check if you have installed nodejs yet;
If you haven’t do sudo apt install nodejs
Then curl -sL https://deb.node source.com/setup_14.x | sudo -E bash -
If It says that you didn’t install curl do sudo apt install curl
It will do the process and might take a while
When you install that do sudo apt-get install -y nodejs
And you have nodejs on your a06!