0.1.1 • Published 2 years ago

design-system-kit v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

design-system-kit

Known Issues

Request failed \"401 Unauthorized\" while installing packages

When including this package as @percayso/design-system-kit and you get authorised. This will be due to not having setup your tokens

TL;DR.

Github > Settings > Developer Settings > Personal access tokens

Generate new token

select packages:write

generate

create a .npmrc file in /Users/username/ with the following contents

@brandalley:registry=https://npm.pkg.github.com/ //npm.pkg.github.com/:_authToken=<YOUR_PERSONAL_TOKEN>