Npm same scope from multiple registries
I recently found out that npm doesn't support downloading same scope dependencies from multiple registries. Ideally, I'd like to define multiple registries for a scope. If npm fails to find the package...
Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.
I recently found out that npm doesn't support downloading same scope dependencies from multiple registries. Ideally, I'd like to define multiple registries for a scope. If npm fails to find the package...
To show you how I work with mongodb in js projects, I'll setup a simple project and I&...
Primary reason for using a smart card reader was to access Croatian e-citizens portal with my eid. I had some...
Setting up a local https website without certificate warnings was a frustrating task for me, so creating this blog post as a cheatsheet for the future... You can check out the video at the end of...
Today, I experienced a heart-stopping moment when I mistakenly executed sudo rm /etc/group on my Linux machine. My intention...
An L2TP (Layer 2 Tunneling Protocol) VPN creates a secure tunnel between your device and a VPN server. It wasn&...