Our blazing fast Grid component built with pure JavaScript


Post by dev_man_44 »

Hello. We have integrated Grid Vue 2 version by use of npm secret repository way. Bu when we deploy to Netlify the process breaks because of private repository issue. How we could fix the issue?

Attachments
Schermafbeelding 2022-03-09 om 09.41.22.png
Schermafbeelding 2022-03-09 om 09.41.22.png (377.36 KiB) Viewed 361 times

Post by sergey.maltsev »

Hi!

Please refer to this guide to login to repository
https://www.bryntum.com/docs/grid/guide/Grid/npm-repository#repository-access

And then create .npmrc file for your CI/CD and put it in project's folder
https://www.bryntum.com/docs/grid/guide/Grid/npm-repository#access-tokens-for-cicd

404 Error is described here
https://www.bryntum.com/docs/grid/guide/Grid/npm-repository#err-404-not-found


Post Reply