“Npm”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“Npm 配置镜像”的新页面)
 
第1行: 第1行:
[[Npm 配置镜像]]
+
Npm 查看 registry<syntaxhighlight lang="powershell">
 +
C:\WINDOWS\system32>npm config get registry
 +
https://registry.npmjs.org/
 +
</syntaxhighlight>[[Npm 配置镜像]]

2024年8月8日 (四) 22:55的版本

Npm 查看 registry

C:\WINDOWS\system32>npm config get registry
https://registry.npmjs.org/

Npm 配置镜像