-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Description
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
registry=https://zelenjak.arnes.si/nexus/repository/ArnesGroupNPM/
//zelenjak.arnes.si/nexus/repository/ArnesNpm/:_authToken=NpmToken.XXXXXXXXX
- in my package I have:
,
"publishConfig": {
"registry": "https://zelenjak.arnes.si/nexus/repository/ArnesNpm/"
},
- when running npm publish I got error:
npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in.
npm ERR! need auth You need to authorize this machine using `npm adduser`
Environments:
- Node: 12.6.0
- npm: 7.3.0
- OS: win32 x64
manuelottlik, Unichron, mswaagman-godaddy, gerardo-navarro, gworley3 and 36 moreadjenks and martikyan
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release