【发布时间】:2025-11-29 09:05:03
【问题描述】:
我们可以使用curl 命令将 npm 工件上传到 nexus 中吗?我在我的项目中建立了 dist 目录。
【问题讨论】:
标签: node.js linux shell npm nexus
我们可以使用curl 命令将 npm 工件上传到 nexus 中吗?我在我的项目中建立了 dist 目录。
【问题讨论】:
标签: node.js linux shell npm nexus
是的,这可以使用 REST API 完成:
https://help.sonatype.com/display/NXRM3/Components+API#ComponentsAPI-NPM
【讨论】: