Skip to content
字数
187 字
阅读时间
1 分钟

npm管理 使用中国镜像源:如果网络连接仍然存在问题,建议使用淘宝 npm 镜像,通常在中国的网络连接更稳定:

npm config set registry https://registry.npmmirror.com

看起来你输入的命令有些错误,npm getconfig 不是一个有效的 npm 命令。如果你想查看当前 npm 的配置,可以使用以下命令:

npm config list

这个命令会列出所有的 npm 配置项及其当前值。

如果你想查看某个特定配置的值,可以使用:

npm config get <key>

例如,要查看当前的注册表配置,可以使用:

npm config get registry

贡献者

The avatar of contributor named as sunchengzhi sunchengzhi

文件历史

撰写