Our pure JavaScript Scheduler component


Post by horizon »

Hi,

I try to install via npm.

npm login --registry=https://npm.bryntum.com does not work anymore. an error message appears

npm ERR! Web login not supported.

after that i try this

npm login --registry=https://npm.bryntum.com --auth-type=legacy

is working but after that ask me my username:

"As username, use your Bryntum Customer Zone email but make sure you replace @ with ... (double dot)."

I enter my customer zone email but it doesn't work.

I get this message:
npm WARN Name may not contain non-url-safe chars

Can you please help me.


Post by alex.l »

Hi horizon,

"As username, use your Bryntum Customer Zone email but make sure you replace @ with ... (double dot)."

I enter my customer zone email but it doesn't work.

Did you replace @ with double dot as it mentioned in the message?
It should be like this:

alex..bryntum.com

What version of NPM do you use?

All the best,
Alex


Post by alex.l »

All the best,
Alex


Post by horizon »

Hi Alex,

thank your quick response.

my node version was 18.2.1. i rollback to node 16.

it works now ..


Post by sergey.maltsev »

Hello!

To login using npm v9 please use

npm login --auth-type=legacy --registry=https://npm.bryntum.com

Post Reply