简体   繁体   中英

Private npm for clients

I'm working in a library of components which I would like to deploy to npm. Everything is working great, however, I want my packages to be visible only for my customer, and not to everybody.

I was reading that I can create a private npm, but in that case, only the collaborators have access to it.

I dont want my customers to be my collaborators, I want they to have access, but not be able to edit it.

Is there a way to do this? any idea?

像Artifactory这样的产品可以发布npm模块,并确定谁可以访问以及具有哪种权限。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM