当前位置: 首页 > Web前端 > vue.js

vue命令_0

时间:2023-04-01 10:51:07 vue.js

#查看自己的镜像npmconfiggetregistry#替换npm镜像(以淘宝镜像为例)npmconfigsetregistryhttp://registry.npm.taobao.org/#恢复npmconfigsetregistryhttps://registry.npmjs.org/#删除node_modules目录rm-rfnode_modules/#清除缓存npmcacheclean#重新安装npminstall#清除npm缓存npmcacheclean--force