I am trying to create npm reactjs component library. I have been working through all the steps but stuck at npm publish.
Please see the below error screenshot for which I am unable to find a solution on google after trying more than an hour(The error message is not that accurate IMHO or maybe I am not able to catch itenter image description here
CodePudding user response:
shah
package already exists and npm
is telling you that you don't have permissions to publish new versions to it. Change your package name and you'll be fine.