npm, yarn查看源和换源:
pm config get registry // 查看npm当前镜像源
npm config set registry https://registry.npmmirror.com // 设置npm镜像源为淘宝镜像
yarn config get registry // 查看yarn当前镜像源
yarn config set registry https://registry.npmmirror.com // 设置yarn镜像源为淘宝镜像
macOS、Linux 系统可以使用 rm 命令进行删除。
rm -r node_modules