404 Error Installing Private Scoped Package Globally on Linux

Clash Royale CLAN TAG#URR8PPP
404 Error Installing Private Scoped Package Globally on Linux
I have a private scoped package that exposes a CLI that's meant to be used globally when installed, but when I ran the command sudo npm install -g @comp/pack I get a 404 error indicating that the package was not found.
sudo npm install -g @comp/pack
I was able to do a local installation successfully so this only fails when doing a global installation, and it fails in every machine I have tried.
Also, this only seems to affect Linux, I was able to successfully do the global installation on a Mac.
I've seen this problem using NPM v5 and v6.
Thanks!
-Carlos
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.