Forked from UbuntuEvangelist/Node.js Install Ubuntu Linux
Last active
August 30, 2022 17:37
-
-
Save LinuxPlaner/a74808b62b2323f9cfdda4f48c059d76 to your computer and use it in GitHub Desktop.
Node.js Install Ubuntu Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ping Me For Node.js installing related service: | |
SMS: +8801610932753 | |
IMO: +8801610932753 | |
BiP: +8801610932753 | |
Viber: +8801610932753 | |
Signal: +8801610932753 | |
Discord: supanta saha#3868 | |
Telegram: https://t.me/LinuxPlaner | |
WhatsApp: https://wa.link/njuw4c | |
Skype: https://join.skype.com/weW8UDI0u7o5 | |
Email: [email protected] | |
# For version 18 | |
apt install python3 g++ make python3-pip | |
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - | |
sudo apt-get update && sudo apt-get install yarn | |
corepack enable | |
yarn set version stable | |
yarn --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment