Our powerful JS Calendar component


Post by ashokkumar.b »

is this how my .npmrc should look like?

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


Post 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

Post by ashokkumar.b »

thanks this is working!


Post Reply