DEV Community

Cover image for patch-package with Artifactory
Lem Dulfo
Lem Dulfo

Posted on

patch-package with Artifactory

yarn patch-package packagename fails with 401 Unauthorized, npm run patch-package doesn't help either.

This usually happens when your company self-hosts packages, in our case with JFrog artifactory, but it can be other registries.

When patch-package fails with 401 Unauthorized for private registries, even if your command line is configured with the Identity Token, you can run this instead:

npx patch-package packagename

Source: StackOverflow Answer

Top comments (0)

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay