# nodejs-express-ts-template **Repository Path**: huangmingji/nodejs-express-ts-template ## Basic Information - **Project Name**: nodejs-express-ts-template - **Description**: 一个基于nodejs、TypeScript和express的web模板 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-22 - **Last Updated**: 2026-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### npm install 速度慢的解决方案 ```bash //1.查看npm镜像设置 npm config get registry //2.将npm设置为淘宝镜像 npm config set registry https://registry.npmmirror.com //3.再次查看npm镜像设置 npm config get registry //4.重新install npm install ```