[BUG] Docs: Missing info about access
flag on npm publish
#1341
Labels
Good First Issue
good issue or PR for newcomers
Release 7.x
work is associated with a specific npm 7 release
What / Why
Because the only way to turn a public package private (or vice versa) is to use
npm access
, using (or not using) the--access
flag on thenpm publish
command (after the very first time a package is published) has no effect. It would be nice to note that on thepublish
docs page (and also here and here). Conversely, it also might be nice to note here that the way to originally set the visibility of a package is withnpm publish --access
.When
n/a
Where
The pages linked in the description.
How
Current Behavior
No information about why the
publish
default (making a package private) doesn't apply after the first time a package is published.Steps to Reproduce
n/a
Expected Behavior
Information included on page(s).
Who
n/a
References
n/a
The text was updated successfully, but these errors were encountered: