# 程序员毛毛的博客 **Repository Path**: maozz/maomaoblog ## Basic Information - **Project Name**: 程序员毛毛的博客 - **Description**: 程序员毛毛的博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-11 - **Last Updated**: 2023-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 博客框架 Hexo ``` nodejs如果是pending的话,那肯定是res没返回 如果什么都不返回的话,就一直在等待状态,这点和java不同 npm install -g express –registry=https://registry.npm.taobao.org npm install request –registry=https://registry.npm.taobao.org npm install uview-ui –registry=https://registry.npm.taobao.org 获取镜像地址 npm config get registry 改taobao镜像 npm config set registry https://registry.npm.taobao.org 改官方镜像 npm config set registry https://registry.npmjs.org/ ```