We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b8f5d commit dc2823cCopy full SHA for dc2823c
1 file changed
cli/src/cli.ts
@@ -50,6 +50,7 @@ const main = defineCommand({
50
51
if (!npmUser) {
52
logWarning('Not logged in to npm. Starting npm login...')
53
+ logWarning('This allows npmx to access your npm cli and any authenticated contexts.')
54
// oxlint-disable-next-line no-console -- deliberate spacing
55
console.log()
56
0 commit comments