Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

create-npmrc-owner-step.md 683 B

You have to be logged in to leave a comment. Sign In
  1. In the same directory as your package.json file, create or edit an .npmrc file to include a line specifying {% data variables.product.prodname_registry %} URL and the account owner. Replace OWNER with the name of the user or organization account that owns the repository containing your project.

{% if currentVersion == "free-pro-team@latest" %}

@<em>OWNER</em>:registry=https://npm.pkg.github.com

{% else %} If subdomain isolation is enabled:

@<em>OWNER</em>:registry=https://npm.<em>HOSTNAME</em>

If subdomain isolation is disabled:

@<em>OWNER</em>:registry=https://<em>HOSTNAME</em>/_registry/npm

{% endif %}

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...