409 Conflict Errors: this package already present. #4794
-
Hi, Verdaccio development team and developers. This is my step to install verdaccio.
Then, I just create new folder and download react package from npmjs.org server.
My goal is to publish react package to verdaccio local server, so I publish it like these steps.
Suddenly, I faced the bug like 409 Conflict errors. *** NOTE *** I hope you help me... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to update your config file. https://verdaccio.org/docs/best#override-public-packages Why the 409 happens? Because you named react your package and react already exist as a package in npmjs, you can see your logs clearly says already exist, thus if you insist in call your package react (which I don't recommend, please use scopes always) then you need this setup, but keep on mind you won't be able to use
|
Beta Was this translation helpful? Give feedback.
You need to update your config file.
https://verdaccio.org/docs/best#override-public-packages
Why the 409 happens? Because you named react your package and react already exist as a package in npmjs, you can see your logs clearly says already exist, thus if you insist in call your package react (which I don't recommend, please use scopes always) then you need this setup, but keep on mind you won't be able to use
react
from npmjs.