This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment 5 replies
-
hey @orta I've pinged @npm/cli to chime in about next steps. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use a tool to publish npm builds to ensure I don't have access to the API keys, which means that re-running a command with
--access public
isn't really feasible. I started improving the upstream tooling to try and determine automatically if I could publish the package at runtime butprivate
!= a way to describe restricted realistically. Which is when I discovered:I get the current message and defaults were created back when npm was trying to figure out how to not implode:
But I'd assume at this point most folks are using scoped packages with public packages, and npm isn't in quite an existential position anymore. Providing a helpful hand rather than forcing a few internet searches to discover how to publish a public scoped package for the first time could make more sense now.
Perhaps?
Full log for reference:
Beta Was this translation helpful? Give feedback.
All reactions