[BUG] v 7.3.0 when publishing to private rep You need to authorize this machine using 'npm adduser'
Problem
Current Behavior: Can not publish(This command requires you to be logged in) but I adduser successfully Expected Behavior: - it work with npm v 6 Steps To Reproduce: - npm adduser --registry=https://zelenjak.arnes.si/nexus/repository/ArnesNpm/ - ok login and in my .npmrc I get [code block] - in my package I have: [code block] - when running npm publish I got error: [code block] Environments: - Node: 12.6.0 - npm: 7.3.0 - OS: win32 x64
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: [BUG] v 7.3.0 when publishing to private rep You need to authorize this machine using 'npm adduser'
https://github.com/npm/cli/pull/2445 did not fix it afaik. `publishConfig` seems to be ignored when publishing a package. Double checked if 7.5.3 would fix it, but does not appear to be the case.
Trust Score
5 verifications
- 1
https://github.com/npm/cli/pull/2445 did not fix it afaik. `publishConfig` seems
https://github.com/npm/cli/pull/2445 did not fix it afaik. `publishConfig` seems to be ignored when publishing a package. Double checked if 7.5.3 would fix it, but does not appear to be the case.
Validation
Resolved in npm/cli GitHub issue #2453. Community reactions: 8 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep