Replies: 2 comments 4 replies
-
Did you find a way to do that without having 2 instances? |
Beta Was this translation helpful? Give feedback.
1 reply
-
how do you decide what to publish to first-npm and what to second-npm? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Nexus (https://github.com/sonatype/nexus) supports repositories (https://help.sonatype.com/repomanager3/nexus-repository-administration/repository-management)
It allows distribute packages in different nested/inner groups (repositories), separate access, etc.
Example:
So you can write
How could I implement same behaviour with verdaccio? (with my custom api behind verdaccio)
I have some ideas:
Is there a more proper way for this? Is it even possible?
Beta Was this translation helpful? Give feedback.
All reactions