nodejs 安装篇

  1. 直接使用ubuntu软件源安装

sudo apt update sudo apt install nodejs npm nodejs --version v10.19.0 npm -v

  1. nvm安装

https://github.com/nvm-sh/nvm?tab=readme-ov-file#troubleshooting-on-linux

通过脚本安装

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

保存退出后,执行下面命令让配置生效

source .bashrc

yarn install 安装 error Error: certificate has expired

https://blog.csdn.net/qq_62851576/article/details/137059355

node配置国内源

https://soulike.tech/article/50

清华源
https://mirrors4.tuna.tsinghua.edu.cn/help/nodejs-release/

posted @ 2022-11-07 11:03  cerofang  阅读(128)  评论(0编辑  收藏  举报