导航

2021年12月1日

摘要: 卸载步骤【未安装请忽略】 1、卸载npm sudo npm uninstall npm -g 2、卸载node yum remove nodejs npm -y 安装步骤 1、下载 wget https://cdn.npm.taobao.org/dist/node/v12.13.1/node-v12 阅读全文

posted @ 2021-12-01 16:32 小白*代码 阅读(350) 评论(0) 推荐(0)

摘要: 安装命令: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 使用国内 daocloud 一键安装: curl -sSL https://get.daocloud.io/docker | sh 阅读全文

posted @ 2021-12-01 16:17 小白*代码 阅读(250) 评论(0) 推荐(0)