Search found 1190 matches

Hi!

Thank you for this report.

I've created this issue to fix it.
https://github.com/bryntum/support/issues/2778

Hi! If you use latest NPM which is v.7 you should use this (note = in first command) npm config set @bryntum:registry=https://npm.bryntum.com npm login --registry=https://npm.bryntum.com Please check out npm registry guide here https://www.bryntum.com/docs/scheduler-pro/#guides/npm-repository.md Als...

Hi. Srb.

Please don't duplicate posts.
Better if you create your own post for each question.

Hi, Srb! Please check https://www.bryntum.com/docs/scheduler-pro/#guides/npm-repository.md guide before using Bryntum registry. Basically all you need is npm config and login: https://www.bryntum.com/docs/scheduler-pro/#guides/npm-repository.md#repository-access Than install packages: https://www.br...
Hi! You can take installed packages from node_modules/@bryntum by copying folders you want. Or you may use npm pack inside node_modules/@bryntum/grid and this will create bryntum-grid-4.1.1.tgz or similar package which you can use lately for local installation. It would be like this in package.json ...
Hi! Please provide more information on what you are doing. Attach application code we can build and check. Check these docs for Scheduler Pro . This is repository access guide https://www.bryntum.com/docs/scheduler-pro/#guides/npm-repository.md This is Angular integration guide https://www.bryntum.c...

Hi, Robin!

Please read this guide for correct npm configuration.
https://www.bryntum.com/docs/scheduler/#guides/npm-repository.md

If you have a problem please create a separate topic and provide more details.

Hi! Probably you did the wrong step which added https://npm.bryntum.com = "" to npm config. Run this: npm config delete https://npm.bryntum.com npm config set @bryntum:registry https://npm.bryntum.com Check that config is like this one: ; cli configs metrics-registry = "https://regist...

Hi!

Please attach what you have now in npm config.

npm config list