.npmrc that has rules like this:import { foo } from '@custom/foo' to be loaded from that specified registry instead of the default NPM registry, using the configured authToken. It leaves all other NPM packages to continue being retrieved via the default registry.NPM_CONFIG_REGISTRY@custom scope. So when it comes to something like lodash, it fails trying to fetch lodash from npm.example.com.export DENO_AUTH_TOKENS="DEADBEEF@npm.example.com"https:. I suppose it's treating it as if it were retrieving a deno package from the denoland package registry.