tjoskar
tjoskar8mo 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
HTLCarupanero6mo ago
were you able to use them?
bartlomieju
bartlomieju6mo ago
Yeah you can use .npmrc file to configure aprobatę registry

Did you find this page helpful?