首页 > 其他分享 >npm 发布注意事项

npm 发布注意事项

时间:2022-11-19 22:35:30浏览次数:53  
标签:npm set publish 发布 registry https 注意事项 镜像

镜像需切换回registry镜像

npm config set registry https://registry.npmjs.org/

更新完毕后可切换回淘宝镜像

npm config set registry https://registry.npm.taobao.org

第一次发布

// npm publish name[@版本]
npm publish [email protected]

更新

// 版本好会根据 package.json 中 version 自行更改
npm publish

标签:npm,set,publish,发布,registry,https,注意事项,镜像
From: https://www.cnblogs.com/IT-IOS-MAN/p/16907370.html

相关文章