0
点赞
收藏
分享

微信扫一扫

Spring Cache框架,实现了基于注解的缓存功能。

晚熟的猫 2023-11-26 阅读 26

23年11月24

electron项目npm install 卡在一个地方不动

原因:主要是 install electron 会卡住

解决方法:

# 先解决install electron卡死
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm install electron

# 然后下载其他依赖
npm install

# 最后运行
npm start
举报

相关推荐

0 条评论