As an organization owner or team admin, you can add or remove package access to or from teams in your organization.
Beside the team to which you want to add package access, click Packages.
On the "Add Packages" page, in the "Package" field, type the name of the package and select from the dropdown menu.
Click + Add Existing Package.
Beside the package name, click read or read/write to set the team permissions for the package.
As an organization owner or team admin, you can use the CLI access
command to add package access to a team on
the command line:
npm access grant <read-only|read-write> <org:team> [<package>]
For more information, see "npm-access".
Beside the team from which you want to remove package access, click Packages.
Beside the name of the package from which you want to remove access, click x.
As an organization owner or team admin, you can also use the CLI access
command to revoke package access from a team on
the command line:
npm access revoke <org:team> [<package>]
For more information, see "npm-access".
Beside the team from which you want to remove package access, click Packages.
Beside the package name, click read or read/write to set the team permissions for the package.
As an organization owner or team admin, you can change package access for a team from the command line:
npm access
For more information, see the npm-access
CLI documentation.