有缓存!
删除node_modules
命令:npm run clean
前提是该项目支持这个命令:package.json => scripts 内有 clean
例如下面这个就没有clean,则直接手动删除
清除缓存
shell
npm cache clean --force
pnpm store prune
删除lock文件

检查.npmrc文件
注释掉_auth="xxxxxx"
之类影响的字段
重新安装
例如
shell
pnpm i