Our powerful JS Calendar component


Post by jnarowski »

I am using Yarn 1.22.

I have successfully logged into:

npm login --registry=https://npm.bryntum.com
npm notice Log in on https://npm.bryntum.com/
Username: user..yourdomain.com
Password: your-customer-zone-password

I have verified that bryntum is in my registry:

npm config list
; "project" config from /Users/jnarowski/Dev/spectora/src/javascript-monorepo/.npmrc

@bryntum:registry = "https://npm.bryntum.com" 
//npm.bryntum.com/:_authToken = (protected) 
//registry.npmjs.org/:_authToken = (protected) 

; node bin location = /Users/jnarowski/.asdf/installs/nodejs/20.11.1/bin/node
; node version = v20.11.1
; npm local prefix = /Users/jnarowski/Dev/spectora/src/javascript-monorepo
; npm version = 10.2.4
; cwd = /Users/jnarowski/Dev/spectora/src/javascript-monorepo
; HOME = /Users/jnarowski
; Run `npm config ls -l` to show all defaults.

Still I cannot install a licensed package locally (it just hangs). What can I do?

Here is my npmrc:

@bryntum:registry = "https://npm.bryntum.com"
//npm.bryntum.com/:_authToken=${BRYNTUM_AUTH_TOKEN}

I have verified that BRYNTUM_AUTH_TOKEN is present in my terminal and even replaced it with the actual value.


Post by mats »

That's weird, so no error messages, just hanging? What if you try from another machine / network?


Post by sergey.maltsev »

Hi!
Please try login and installation with the native npm client.
Use this info:
https://bryntum.com/products/calendar/docs/guide/Calendar/npm-repository#login

Yarn configuration is here
https://bryntum.com/products/calendar/docs/guide/Calendar/npm-repository#yarn-package-manager

Please attach some screen video showing what you get when it hangs.


Post Reply