2
An example would be the package @brazilian-utils/brazilian-utils and luxon, I’ve suspected some of them to be private and others to be public, but Brazilian-utils kills that suspicion. What differentiates the package to have a@by preceding the repository name?
There in this case the namespace always needs to have the
@? After I posted this I found this on npm doc:npm install [<@scope>/]<name>– Chinnon Santos