markdown 在BASH上安装NodeJS,Yarn
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在BASH上安装NodeJS,Yarn相关的知识,希望对你有一定的参考价值。
### These commands are run in order to install node 10
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
### These are for yarn (after node)
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
### For Build Essentials
sudo apt-get install -y build-essential
以上是关于markdown 在BASH上安装NodeJS,Yarn的主要内容,如果未能解决你的问题,请参考以下文章
centos上yum安装nodeJS
Gitbook在Windows上安装
centos7.7环境安装nodejs8
GitBook在Windows上安装及使用
markdown Ubuntu安装NodeJs
markdown 干净安装NodeJS