标签: npm
作为项目的一部分,我必须连接到VPN并运行这些命令npm config set @some_registry:registry some_machine和npm adduser --registry some_machine。
npm config set @some_registry:registry some_machine
npm adduser --registry some_machine
我无法清楚地了解这些命令在npm documentation中的作用,现在我已经完成了项目,所以我想还原这些命令。我不知道,但我关心的是恢复这些命令在本地开发机上而不是在some_machine上的效果。
some_machine
谢谢。