Skip to content

一个基于nodejs、TypeScript和express的web模板

Notifications You must be signed in to change notification settings

huangmingji/nodejs-express-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm install 速度慢的解决方案

//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  

About

一个基于nodejs、TypeScript和express的web模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published