Our blazing fast Grid component built with pure JavaScript


Post by peachaws »

Hello Team,
I hope this message finds you well. Currently, we are working on a Vue project, and we have specified the following Bryntum packages in our package file:

"dependencies": {
    "@bryntum/grid": "^5.4.0",
    "@bryntum/grid-vue-3": "^5.4.0",
    "@bryntum/grid-vue": "^5.6.5",
    "@bryntum/schedulerpro": "^5.4.1",
    "@bryntum/schedulerpro-vue": "^5.4.1",
    "@bryntum/schedulerpro-vue-3": "^5.4.1",
}

However, we are encountering an error during the installation process for these Bryntum packages. Unlike other packages, the Bryntum packages are not installing smoothly, and we are seeking assistance in resolving this issue.
If you have any insights or suggestions on how to successfully install Bryntum packages in a Vue environment or if there are specific considerations for these versions, we would greatly appreciate your guidance.
We need to log in to bryntum before starting the installation. How can we start the installation such that it takes the credentials and process further for the installation of respective versions? Also, how can we migrate to the latest version of bryntum grid/scheduler?

Thank you for your time and assistance.


Post by ghulam.ghous »

Hi there,

I just tested this inside one of our demo projects and the packages were installed correctly. There was no error. I am uploading the zip file of the project which I used. Can you please have a look and see if there is something wrong in your package.json? Please make sure that you are logged into bryntum using customer zone email and password. https://bryntum.com/products/grid/docs/guide/Grid/npm-repository#licensed-user-access. After that please clear cache, cookies etc and install the packages. If you still face the error, please share a runnable project and error so we can repro it on our end and helo you in a better way. About the login part, what are you exactly trying to achieve here? I think these guides will be helpful to you here https://bryntum.com/products/grid/docs/guide/Grid/npm-repository#-npmrc-locations https://bryntum.com/products/grid/docs/guide/Grid/npm-repository#access-tokens-for-cicd.

Please see the upgrade guides here for the Grid https://bryntum.com/products/grid/docs/api/guides-upgrading and for the schedulerPro here https://bryntum.com/products/schedulerpro/docs/api/guides-upgrading.

Hope it helps!

basic.zip
(228.05 KiB) Downloaded 15 times

Regards,
Ghous


Post Reply