Problem publishing package, am I using it wrong? #5204
Unanswered
VictorLamoine
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Something to look at, on my list |
Beta Was this translation helpful? Give feedback.
0 replies
-
info --- making request: 'GET https://registry.npmjs.org/map-obj'
http --- 200, req: 'GET https://registry.npmjs.org/map-obj' (streaming)
http --- 200, req: 'GET https://registry.npmjs.org/map-obj', bytes: 0/32594
http <-- 409, user: abc(172.17.0.1), req: 'PUT /map-obj', error: this package is already present uplinks:
npmjs:
url: https://registry.npmjs.org/ Using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to use Verdaccio as a npm registry to cache some dependencies for our build system.
First terminal:
Second terminal:
Third terminal:
I am getting an error put the package seems to be published anyway, but it doesn't list on the web interface.
If I try to un-publish it is not deleted from the
storage/data
directoryWhat am I understanding wrong?
Beta Was this translation helpful? Give feedback.
All reactions