nodejs开发环境搭建
evoToBetter 2020-06-23 09:11:52 frontendnodejsintroduction
nodejs开发环境搭建记录
# 在ubuntu上建立一个nodejs环境
# 1. 安装nodejs 14.x
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
ref
1.install nodejs in ubuntu