Untitled

mail@pastecode.io avatar
unknown
plain_text
22 days ago
287 B
2
Indexable
Never
when i use "//$NPM_REGISTRY_URL/:_auth=$REPO_TOKEN" it gives me error 
```
npm ERR! need auth This command requires you to be logged in to {REPO}
npm ERR! need auth You need to authorize this machine using `npm adduser`
```

however this error resolves when i use _auth=$REPO_TOKEN
Leave a Comment