bazzeB
ZITADEL2w ago
bazze

How to use both @zitadel/zitadel-node and @zitadel/react in the same repo?

Hello!

Npm doesn't allow specifying registries on a repo level, only per scope. How am I supposed to install both @zitadel/zitadel-node and @zitadel/react in the same repository?

This works for getting @zitadel/zitadel-node installed, but breaks installation of @zitadel/react
@zitadel:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}


Would you consider publishing all packages to the same place?

Thanks
Was this page helpful?