Globally configure NPM with a token registry to a specific scope (@organisation)
According to the official documentation you should be able to associate a scope with a registry when logging in. Is this what you want? Did you try the following? npm login –registry=https://reg.example.com –scope=@myco If you dont want to login, but rather want to specify the token explicitly, the following should work: npm config set @myco:registry … Read more