tjoskar
tjoskar6mo ago

Using private npm package from github

Hi, We are publish npm packages to the github npm registry as private packages. Is it possible to use them with Deno? I know we can access the code directly from private repos but we have build steps that is needed and it would be nice to use the same package in both node and deno. Thanks
2 Replies
HTLCarupanero
HTLCarupanero4mo ago
were you able to use them?
bartlomieju
bartlomieju4mo ago
Yeah you can use .npmrc file to configure aprobatę registry

Did you find this page helpful?