GIT_NOBEARS_TOKEN environment variable set in your global .zshrc file.export GIT_NOBEARS_TOKEN="YOUR_GIT_NOBEARS_TOKEN_ACCESS_TOKEN"
Before you can use any of our packages, you will first need to add the following to either your project or global .npmrc file, in order to be allowed to install our packages.
shamefully-hoist=true
strict-peer-dependencies=false
auto-install-peers=true
@nobears-front-end:registry=https://git.nobears.nl/api/v4/packages/npm/
//git.nobears.nl/:_authToken=${GIT_NOBEARS_TOKEN}