使用bash在Windows上安装节点

时间:2019-05-08 14:57:00

标签: node.js windows bash windows-subsystem-for-linux

我去了nodejs.org并使用向导在最新的Windows 10上安装了节点。

我还启用了Windows的Windows子系统,并从商店中下载了Ubuntu,以便拥有Bash终端。

在bash中,命令node -v返回消息:

Command 'node' not found, but can be installed with:

sudo apt install nodejs

我尝试运行该命令,但它返回“无法找到包nodejs”

我希望能够从终端上使用npm install(节点安装随附)。我一直使用Mac。如何为Windows设置它?

1 个答案:

答案 0 :(得分:0)

您的能力更新了吗?您需要将其连接到互联网,以检查自OS发行以来提供的功能。

sudo apt update && sudo apt install -y nodejs