Tag: Node.js
All the articles with the tag "Node.js".
Windows 下快速删除 node_modules 文件夹
Published: at 05:22 PMnode_modules 文件夹太大,删除缓慢?本文提供两种方法,使用 Windows 原生命令和 rimraf 工具,快速删除 node_modules 文件夹。
NodeJS 递归读取文件夹内容
Published: at 01:18 PM几种 NodeJS 递归读取文件夹内容的方法,包括使用 glob 和原生 fs 模块的实现,并比较了同步和异步遍历的性能差异。
JS 使用 GOT 库替代 request
Published: at 03:51 PMrequest 库已停止维护,本文介绍如何使用 got 库作为替代方案,并提供使用示例,包括使用 util.promisify 和 stream.pipeline 下载文件。
CentOS 7 Node.js 和 npm 安装教程
Published: at 05:53 AM本文介绍在 CentOS 7 系统上安装 Node.js 和 npm 的多种方法,包括一键安装命令、加强版一键安装命令以及手工编译安装。此外,还推荐安装 NVM (Node Version Manager) 来方便管理不同版本的 Node.js。