09 2021 档案

摘要:准备: const axios = require('axios'); // axios请求 const res = []; const arr = ["a", "b", "c", "d", "e"]; a(i) { return new Promise((resolve, reject) => { 阅读全文
posted @ 2021-09-23 17:58 樛了个elevens 阅读(3398) 评论(0) 推荐(1)
摘要:1、需要先安装homebrew(之前的文章里有) 2、安装git brew install git 3、安装node brew install node 3.1、安装成功后,查看版本号 node -v // 查看node版本 npm -v // 查看npm版本 3.2、Node.js的多版本管理器n 阅读全文
posted @ 2021-09-12 15:57 樛了个elevens 阅读(178) 评论(0) 推荐(0)
摘要:1、背景: 一开始直接按照homebrew官网https://brew.sh的步骤安装失败 fatal: unable to access 'https://github.com/Homebrew/brew/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 阅读全文
posted @ 2021-09-12 15:29 樛了个elevens 阅读(87) 评论(0) 推荐(1)