Skip to content

Having trouble publishing to npm #360

Closed Answered by shairez
shairez asked this question in Q&A
Discussion options

You must be logged in to vote

OK I SOLVED IT! 🎉🎉

It turns out I had misconfigured the registry url

This is what I had:

"publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.com"
  }

but it should have ended with .org 🤦‍♂️

    "registry": "https://registry.npmjs.org"

Now it works 💪

Thanks for the support @dianjuar 🙏❤

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@shairez
Comment options

@dianjuar
Comment options

Comment options

You must be logged in to vote
1 reply
@dianjuar
Comment options

Comment options

You must be logged in to vote
1 reply
@shairez
Comment options

Comment options

You must be logged in to vote
1 reply
@shairez
Comment options

Comment options

You must be logged in to vote
2 replies
@dianjuar
Comment options

@shairez
Comment options

Answer selected by shairez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants