Skip to content

Instantly share code, notes, and snippets.

@pavelkeyzik
Created April 2, 2019 08:53
Show Gist options
  • Select an option

  • Save pavelkeyzik/0cce319402a35134931c3b308a526469 to your computer and use it in GitHub Desktop.

Select an option

Save pavelkeyzik/0cce319402a35134931c3b308a526469 to your computer and use it in GitHub Desktop.
For those who want to install npm package dependency from the private repository
{
"your_package_name": "git+https://<your_login>:<your_personal_access_token>@<repository_domain>/<repository>/<your_package_name>.git"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment