handsome-candle-10543
12/15/2021, 3:32 AMbillowy-army-68599
broad-dog-22463
12/15/2021, 2:13 PMhandsome-candle-10543
12/15/2021, 5:16 PM~/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.
broad-dog-22463
12/15/2021, 6:43 PMhandsome-candle-10543
12/16/2021, 4:41 AM