sh 在Windows10 bash中安装NOde

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Windows10 bash中安装NOde相关的知识,希望对你有一定的参考价值。

# Get root up in here
sudo su

# Update and begin installing some utility tools
apt-get -y update

#install git
apt-get install git

# Change to what ever version you want here see link to versions below
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
apt-get install -y nodejs

以上是关于sh 在Windows10 bash中安装NOde的主要内容,如果未能解决你的问题,请参考以下文章

无法在 Windows 上的 Git Bash 中安装 pylint(Windows 应用商店)

在 windows10 中安装 Chilkat-11 后出错

npm install:无法在 Windows 10 中安装依赖项

在 Alpine Linux 中安装 bash shell

我无法在名为 phaser3-project-template 的 git bash 文件夹中安装 npm 或 node js

sh 在Raspbian Strech中安装Kivy 1.10.0(9)