Skip to content

Instantly share code, notes, and snippets.

@firefirer1983
Last active July 30, 2020 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firefirer1983/bae33688b212b58e0230df24837c93c7 to your computer and use it in GitHub Desktop.
Save firefirer1983/bae33688b212b58e0230df24837c93c7 to your computer and use it in GitHub Desktop.
nodejs安装

nodejs安装

摘自:https://tecadmin.net

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs
node -v
npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment