Page 1 of 1

[ANGULAR] Can not install scheduler-trial using yarn

Posted: Fri Dec 02, 2022 11:14 am
by tkobiela

Hi,

when I try to install scheduler-trial package I am getting the following error.

yarn add @bryntum/scheduler@npm:@bryntum/scheduler-trial@5.2.4
➤ YN0000: ┌ Resolution step
➤ YN0001: │ TypeError: @bryntum/scheduler-trial-lib@npm:1.0.0: Invalid Version: latest

Everything is ok when I install @bryntum/scheduler-angular. The package is installed successfully.

System info:

yarn --version 2.4.3
node --version v16.15.0

Re: [ANGULAR] Can not install scheduler-trial using yarn

Posted: Fri Dec 02, 2022 8:29 pm
by mats

Sorry to hear your issues, we'll look into this asap!


Re: [ANGULAR] Can not install scheduler-trial using yarn

Posted: Mon Dec 05, 2022 6:49 am
by sergey.maltsev

Hi!

Could you please try using npm or classic yarn v1?
We do support both and this should work for you.

We have a note about yarn version in guide
https://bryntum.com/products/scheduler/docs/guide/Scheduler/npm-repository#yarn-requirements


Re: [ANGULAR] Can not install scheduler-trial using yarn

Posted: Tue Dec 06, 2022 5:33 pm
by tkobiela

Thanks for the info. I missed the part about Yarn 1.
I used a standalone version of lib as we are using yarn 2 and migrating to yarn 3. NPM for us is unfortunately not an option.