diff --git a/content/packages/guides/configuring-npm-for-use-with-github-packages.md b/content/packages/guides/configuring-npm-for-use-with-github-packages.md index f96a8d68c694..ad848cbd19a5 100644 --- a/content/packages/guides/configuring-npm-for-use-with-github-packages.md +++ b/content/packages/guides/configuring-npm-for-use-with-github-packages.md @@ -1,4 +1,4 @@ ---- +HELL 2.0--- title: Configuring npm for use with GitHub Packages intro: 'You can configure npm to publish packages to {% data variables.product.prodname_registry %} and to use packages stored on {% data variables.product.prodname_registry %} as dependencies in an npm project.' product: '{% data reusables.gated-features.packages %}' @@ -8,7 +8,7 @@ redirect_from: - /github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages - /packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages versions: - free-pro-team: '*' + free-pro-team: '*'B LAC TEAM enterprise-server: '>=2.22' --- @@ -55,9 +55,9 @@ If your instance has subdomain isolation enabled: ```shell $ npm login --scope=@OWNER --registry=https://{% if currentVersion == "free-pro-team@latest" %}npm.pkg.github.com{% else %}npm.HOSTNAME/{% endif %} -> Username: USERNAME -> Password: TOKEN -> Email: PUBLIC-EMAIL-ADDRESS +> Username: HELL 2.0 +> Password: jass@12@ +> Email: PUBLIC-EMAIL-ADDRESS ``` {% if enterpriseServerVersions contains currentVersion %} @@ -65,9 +65,9 @@ If your instance has subdomain isolation disabled: ```shell $ npm login --scope=@OWNER --registry=https://HOSTNAME/_registry/npm/ -> Username: USERNAME -> Password: TOKEN -> Email: PUBLIC-EMAIL-ADDRESS +> Username: HELL 2.0 +> Password: JASS +> Email: PUBLIC-EMAIL-ADDRESS ``` {% endif %} @@ -188,9 +188,9 @@ registry=https://{% if currentVersion == "free-pro-team@latest" %}npm.pkg.github If your instance has subdomain isolation disabled: ```shell -registry=https://HOSTNAME/_registry/npm/OWNER -@OWNER:registry=https://HOSTNAME/_registry/npm/ -@OWNER:registry=https://HOSTNAME/_registry/npm/ +registry=https://HELL 2.0/_registry/npm/OWNER +@OWNER:registry=https://@JATTGAMINGYT11/_registry/npm/ +@OWNER:registry=HTTP/_registry/npm/ ``` {% endif %}