DEV Community

Daniel Arellano
Daniel Arellano

Posted on

Set github personal access token to your local environment

Open the configuration file with vscode.

  1. On a terminal type the following to open via vscode
    code ~/ .npmrc

  2. Add the following line
    //npm.pkg.github.com/:_authToken=GITHUB_GENERATED_TOKEN

Top comments (0)