TeamCity and NPM login via OAuth token

I'm trying to integrate TeamCity with my private NPM repo. I have created an OAuth token. But I can't find any examples how to use the token in regards to NPM login alone or via TeamCity?

0
1 comment

Hi Martin,

 

TeamCity doesn't bring out of the box support for NPM, so you are either using a command line runner, in which case the set up should be the exact same you would use for your usual command line, or you are using a third party plugin, in which case I can only recommend getting in touch with their developer directly.

 

This from the npm docs seems to have something about setting up oauth: https://npme.npmjs.com/docs/cli/configuration.html

and https://npme.npmjs.com/docs/up-and-running/auth/

0

Please sign in to leave a comment.