如何配置package.json以首先安装本地软件包,然后尝试从注册表或存储库安装它? [英]How to configure the package.json to install the local package first, and then try to install it from the registry or repository?
为什么 npm 从私有注册表而不是从 registry.npmjs.org 安装包 [英]Why is npm installing packages from private registry and not from registry.npmjs.org