exile.watch docs
  • Introduction
  • The Maven - exile.watch context
  • Projects
    • hideout
    • crucible
      • Contributing
    • writ
      • Contributing
    • splinters
      • Contributing
      • @exile-watch/vite-config
      • @exile-watch/biome-config
      • @exile-watch/typescript-config
      • @exile-watch/unit-testing-config
      • @exile-watch/lefthook-config
    • nucleus
      • Contributing (data)
        • Encounter token breakdown
      • Contributing (scripts)
        • Scripts definition
      • @exile-watch/encounter-data
      • @exile-watch/seo
    • malachai
      • Contributing
      • snap gyazo thumbnail
    • doryani
      • Contributing
      • Actions
        • Authenticate to GitHub Package Registry
        • Install npm dependencies
        • Code quality assurance
        • Deploy webapp
        • Publish package
        • Preview publish package
        • Preview deploy webapp
  • voidstone
    • Contributing
  • Development
    • Commit message guidelines
    • Prerequisites
    • Generating GitHub PAT
    • .npmrc file
  • Architecture
    • Dependencies
    • Tech stack
    • Adoption chart
    • GHA workflows web
  • Legal
    • License - FSL, Apache 2.0
    • Non-Affiliation Notice
    • Code of Conduct
    • Privacy Policy
Powered by GitBook
On this page
  • 1. Create .npmrc file
  • 2. Update .npmrc file content

Was this helpful?

  1. Development

.npmrc file

PreviousGenerating GitHub PATNextDependencies

Last updated 1 year ago

Was this helpful?

As mentioned in Generating GitHub PAT, in order to use your generated PAT you have to create .npmrc file in project's root directory.

If you have already generated PAT and have created .npmrc file in one project, you can copy the file to other projects

1. Create .npmrc file

$: cd ./crucible
$: touch .npmrc # make .npmrc file in root

2. Update .npmrc file content

.npmrc is in .gitignore by default

# .npmrc
//npm.pkg.github.com/:_authToken=PAT_TOKEN_HERE
@exile-watch:registry=https://npm.pkg.github.com/
exile.watch logo