欢迎来到 《node》 学习部分。

# 镜像切换

提示

  原淘宝npm域名于 2022.06.30 号正式下线和停止 DNS 解析,新域名为 npmmirror.com

在线网站:https://npmmirror.com/

  • 单条命令
npm install --registry https://registry.npmmirror.com/
  • 全局切换
npm i nrm -g
nrm use taobao

# 或者

npm config set registry https://registry.npmmirror.com/

# 核心知识

  • 内置 API(上)

fs 模块

  • 内置 API(下)

Buffer 类、events 模块、Stream 流

  • http 服务器
更新于 : 7/8/2024, 10:21:14 AM