📌  相关文章
📜  如何在 chromebook 上安装 node js - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:40.399000             🧑  作者: Mango

代码示例2
step 1: open a termnal
step 2: type the folowing Into a termnal
sudo apt-get update
sudo apt-get install curl gnupg -y
curl -sl https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs

this installs nodeJS v13.12.0