Skip to content

npm缓存

查看缓存路径

bash
npm config get cache

检测缓存体积

bash
npm cache verify

清理缓存

bash
npm cache clean --force