Page 1 of 1

[ANGULAR] how exactly my .npmrc file should look like

Posted: Fri Jan 28, 2022 9:29 am
by ashokkumar.b

is this how my .npmrc should look like?

@bryntum:registry = "https://npm.bryntum.com"
//npm.bryntum.com/:_authToken = "eyJhbGciOiJIUzI1NiIsInR5xxxxxxxxxxxxxxxxxxxxxxxxxxxx"


Re: [ANGULAR] how exactly my .npmrc file should look like

Posted: Fri Jan 28, 2022 10:53 am
by sergey.maltsev

Hi!

Yes. That's correct.
Just remove quotes around token

@bryntum:registry="https://npm.bryntum.com"
//npm.bryntum.com/:_authToken=AUTH-TOKEN-VALUE

Re: [ANGULAR] how exactly my .npmrc file should look like

Posted: Mon Jan 31, 2022 11:15 am
by ashokkumar.b

thanks this is working!