Our pure JavaScript Scheduler component


Post by Vlad »

Hi! I am trying to install Bryntum Scheduler Pro 4.0.1 trial with

npm install @bryntum/schedulerpro@npm:@bryntum/schedulerpro-trial@4.1.0

but i am getting

500 Internal Server Error - GET https://npm.bryntum.com/@bryntum%2fschedulerpro-trial/-/schedulerpro-trial-4.1.0.tgz

Could you help me resolve this?
Just to confirm do i need to register/login on the website to be able to use trial version? Or i can just type my login, pass: "trial", my email at the cli (without registering on the web) to connect to the bryntum npm?


Post by sergey.maltsev »

Hi!

Yes login is required for any package.
No need to do a web login.

Please refer to this guide for the instructions.
https://www.bryntum.com/docs/scheduler-pro/#guides/npm-repository.md


Post by Vlad »

I have done all the setup from https://www.bryntum.com/docs/scheduler-pro/#guides/npm-repository.md
but i am still getting

500 Internal Server Error - GET https://npm.bryntum.com/@bryntum%2fschedulerpro-trial/-/schedulerpro-trial-4.1.0.tgz

Post by d.salvati »

hi, got same error, I'm using the email for download trial version


Post by d.salvati »

now there's a new error:

npm ERR! Unable to authenticate, your authentication token seems to be invalid

Post by sergey.maltsev »

Hi!

We have fixed trial access at our npm server.

Please try to install trial product now with:

npm install @bryntum/schedulerpro@npm:@bryntum/schedulerpro-trial@4.1.0

Waiting for your reply.


Post by d.salvati »

Hi, now it works, thanks a lot!


Post Reply