MariusVatasoiu
Import package from Azure DevOps repository
I had recently the same issue. Couldn't find a solution.
I was expecting that by setting the npm registry and the PAT with DENO_AUTH_TOKENS to work. No luck!
Might be related with the URL generated by Deno to download the package vs. the URL npm is using.
As a work around, I had to use
npm install
for npm packages, which is not ideal.11 replies
esbuild-deno-loader with npm private registry
My problem might be related with https://github.com/denoland/deno/issues/19900
I think I can't use a private npm registry that requires auth.
8 replies
esbuild-deno-loader with npm private registry
I'm using Luca's plugin: https://github.com/lucacasonato/esbuild_deno_loader
But from the source code I don't see anything related with the npmrc file
8 replies
Issue using scopes to change a version
I opened an issue
https://github.com/denoland/deno/issues/18626
7 replies