Hello! I currently cannot install the pulumi packa...
# general
h
Hello! I currently cannot install the pulumi packages in a new project because the DNS records for npmjs.pulumi.com seems to have gone away. The same thing happened this weekend, and a few weeks ago. Does anyone know whats going on? 🙂 https://www.nslookup.io/dns-records/npmjs.pulumi.com
b
i have never heard of this domain, I'm checking on its origin
b
can you show us a failure message @handsome-candle-10543?
h
Sure! here is what i get:
Copy code
~/D/test_project ❯❯❯ ls -la
total 48
drwxr-xr-x   8 henke  staff  256 Dec 15 05:46 .
drwxr-xr-x  19 henke  staff  608 Dec 15 05:43 ..
-rw-r--r--   1 henke  staff   21 Dec 15 05:43 .gitignore
-rw-r--r--   1 henke  staff   84 Dec 15 05:43 Pulumi.yaml
-rw-r--r--   1 henke  staff   42 Dec 15 05:43 index.ts
-rw-r--r--   1 henke  staff  156 Dec 15 05:43 package.json
-rw-r--r--   1 henke  staff  438 Dec 15 05:43 tsconfig.json
-rw-r--r--   1 henke  staff  924 Dec 15 18:15 yarn-error.log
~/D/test_project ❯❯❯ cat package.json
{
    "name": "test_project",
    "devDependencies": {
        "@types/node": "^14"
    },
    "dependencies": {
        "@pulumi/pulumi": "^3.0.0"
    }
}
~/D/test_project ❯❯❯ yarn --verbose
yarn install v1.22.17
warning package.json: No license field
verbose 0.191692288 Checking for configuration file "/Users/henke/Development/test_project/.npmrc".
verbose 0.192170282 Checking for configuration file "/Users/henke/.npmrc".
verbose 0.192497337 Found configuration file "/Users/henke/.npmrc".
verbose 0.192970241 Checking for configuration file "/usr/local/Cellar/asdf/0.9.0/installs/nodejs/16.13.0/etc/npmrc".
verbose 0.193422491 Checking for configuration file "/Users/henke/Development/test_project/.npmrc".
verbose 0.193791881 Checking for configuration file "/Users/henke/Development/.npmrc".
verbose 0.194136061 Checking for configuration file "/Users/henke/.npmrc".
verbose 0.194400253 Found configuration file "/Users/henke/.npmrc".
verbose 0.194765887 Checking for configuration file "/Users/.npmrc".
verbose 0.196708765 Checking for configuration file "/Users/henke/Development/test_project/.yarnrc".
verbose 0.197056495 Checking for configuration file "/Users/henke/.yarnrc".
verbose 0.197343853 Found configuration file "/Users/henke/.yarnrc".
verbose 0.197699542 Checking for configuration file "/usr/local/Cellar/asdf/0.9.0/installs/nodejs/16.13.0/etc/yarnrc".
verbose 0.197955321 Checking for configuration file "/Users/henke/Development/test_project/.yarnrc".
verbose 0.198156884 Checking for configuration file "/Users/henke/Development/.yarnrc".
verbose 0.198359099 Checking for configuration file "/Users/henke/.yarnrc".
verbose 0.198588906 Found configuration file "/Users/henke/.yarnrc".
verbose 0.199050807 Checking for configuration file "/Users/.yarnrc".
verbose 0.204687988 current time: 2021-12-15T17:15:41.949Z
info No lockfile found.
warning test_project: No license field
[1/4] 🔍  Resolving packages...
verbose 0.259269144 Performing "GET" request to "<https://npmjs.pulumi.com/@pulumi%2fpulumi>".
info There appears to be trouble with your network connection. Retrying...
verbose 3.284064365 Performing "GET" request to "<https://npmjs.pulumi.com/@pulumi%2fpulumi>".
info There appears to be trouble with your network connection. Retrying...
verbose 6.288567819 Performing "GET" request to "<https://npmjs.pulumi.com/@pulumi%2fpulumi>".
info There appears to be trouble with your network connection. Retrying...
verbose 9.293952809 Performing "GET" request to "<https://npmjs.pulumi.com/@pulumi%2fpulumi>".
info There appears to be trouble with your network connection. Retrying...
verbose 12.298803823 Performing "GET" request to "<https://npmjs.pulumi.com/@pulumi%2fpulumi>".
verbose 12.30282674 Error: getaddrinfo ENOTFOUND <http://npmjs.pulumi.com|npmjs.pulumi.com>
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
error An unexpected error occurred: "<https://npmjs.pulumi.com/@pulumi%2fpulumi>: getaddrinfo ENOTFOUND <http://npmjs.pulumi.com|npmjs.pulumi.com>".
info If you think this is a bug, please open a bug report with the information provided in "/Users/henke/Development/test_project/yarn-error.log".
info Visit <https://yarnpkg.com/en/docs/cli/install> for documentation about this command.
i removed the config and now it works 🙂
b
very good news! Sorry about that
h
no worries, thanks for the help! 🙂