Are you an LLM? You can read better optimized documentation at /docs/knowledge-base/how-to/private-npm-registry.md for this page in Markdown format
Private NPM Registry ​
If you would like to use a private NPM registry with Coolify, you can do so by following the steps below.
- Add .npmrcfile to your project root with the following content:
bash
//registry.npmjs.org/:_authToken=${NPM_TOKEN}- Add the following environment variables to your project as a buildvariable:
bash
NPM_TOKEN=your_npm_token- Deploy your application.
