Bustin Base
Bustin Base16mo ago

How can I import with npm: specifiers through a proxy?

My company blocks npmjs.com and they have setup an internal Artifactory instance. With nodejs I can just setup a .npmrc file with a _registry entry and npm will continue to work. Will deno repsect the .npmrc file or is there another way to configure the registry url?
1 Reply
Bustin Base
Bustin Base16mo ago
Ok it looks like the environment variable NPM_CONFIG_REGISTRY is possible to set... But I am not sure how to set this for the vscode extension