分类下相关文章
2021-09-03 · 阅读 12697 · 字数 248
系统环境 Ubuntu 16.10 安装 nodejs 这里使用 NVM (Node.js version manager) 安装 nodejs。 sudo apt-get update sudo apt-get install build-essential libssl-dev curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh -o install_nvm.sh bash install_nvm.sh source ~/.profile 这个安装方法可能失效了,最新的参考官方 gith ...