As mentioned in Generating GitHub PAT, in order to use your generated PAT you have to create .npmrc file in project's root directory.
.npmrc
root
If you have already generated PAT and have created .npmrc file in one project, you can copy the file to other projects
.npmrc is in .gitignore by default
.gitignore
Last updated 1 year ago
$: cd ./crucible $: touch .npmrc # make .npmrc file in root
# .npmrc //npm.pkg.github.com/:_authToken=PAT_TOKEN_HERE @exile-watch:registry=https://npm.pkg.github.com/