Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERR!] Exit handler never called! #6380

Closed
2 tasks done
DAOCMINECRAFT opened this issue Apr 19, 2023 · 1 comment
Closed
2 tasks done

[ERR!] Exit handler never called! #6380

DAOCMINECRAFT opened this issue Apr 19, 2023 · 1 comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 9.x work is associated with a specific npm 9 release

Comments

@DAOCMINECRAFT
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

It gives me this ERROR:

npm ERR! Exit handler never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://github.com/npm/cli/issues

and in other versions this:

npm ERR! code ECONNREFUSED
npm ERR! syscall connect
npm ERR! errno ECONNREFUSED
npm ERR! FetchError: request to https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz failed, reason: connect ECONNREFUSED 2606:4700::6810:1823:443
npm ERR! at ClientRequest. (C:\Program Files\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\index.js:130:14)
npm ERR! at ClientRequest.emit (node:events:513:28)
npm ERR! at TLSSocket.socketErrorListener (node:_http_client:502:9)
npm ERR! at TLSSocket.emit (node:events:525:35)
npm ERR! at emitErrorNT (node:internal/streams/destroy:151:8)
npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:116:3)
npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
npm ERR! FetchError: request to https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz failed, reason: connect ECONNREFUSED 2606:4700::6810:1823:443
npm ERR! at ClientRequest. (C:\Program Files\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\index.js:130:14)
npm ERR! at ClientRequest.emit (node:events:513:28)
npm ERR! at TLSSocket.socketErrorListener (node:_http_client:502:9)
npm ERR! at TLSSocket.emit (node:events:525:35)
npm ERR! at emitErrorNT (node:internal/streams/destroy:151:8)
npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:116:3)
npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
npm ERR! code: 'ECONNREFUSED',
npm ERR! errno: 'ECONNREFUSED',
npm ERR! syscall: 'connect',
npm ERR! address: '2606:4700::6810:1823',
npm ERR! port: 443,
npm ERR! type: 'system'
npm ERR! }
npm ERR!
npm ERR! If you are behind a proxy, please make sure that the
npm ERR! 'proxy' config is set properly. See: 'npm help config'

Expected Behavior

it should install all dependencies from this project

Steps To Reproduce

  1. clone vscode extension sample from this git repository: https://github.com/microsoft/vscode-extension-samples
  2. open cmd in vscode-extension-samples\lsp-sample
  3. run: npm install

Environment

  • npm: 9.6.4
  • Node.js: 20.0.0
  • OS Name: Windows 11
  • System Model Name:
  • npm config:
    {
    "json": true,
    "prefix": "C:\Users\helmu\AppData\Roaming\npm",
    "access": null,
    "all": false,
    "allow-same-version": false,
    "also": null,
    "audit": true,
    "audit-level": null,
    "auth-type": "web",
    "before": null,
    "bin-links": true,
    "browser": null,
    "ca": null,
    "cache": "C:\Users\helmu\AppData\Local\npm-cache",
    "cache-max": null,
    "cache-min": 0,
    "cafile": null,
    "call": "",
    "cert": null,
    "ci-name": null,
    "cidr": null,
    "color": true,
    "commit-hooks": true,
    "depth": null,
    "description": true,
    "dev": false,
    "diff": [],
    "diff-ignore-all-space": false,
    "diff-name-only": false,
    "diff-no-prefix": false,
    "diff-dst-prefix": "b/",
    "diff-src-prefix": "a/",
    "diff-text": false,
    "diff-unified": 3,
    "dry-run": false,
    "editor": "C:\WINDOWS\notepad.exe",
    "engine-strict": false,
    "fetch-retries": 2,
    "fetch-retry-factor": 10,
    "fetch-retry-maxtimeout": 60000,
    "fetch-retry-mintimeout": 10000,
    "fetch-timeout": 300000,
    "force": false,
    "foreground-scripts": false,
    "format-package-lock": true,
    "fund": true,
    "git": "git",
    "git-tag-version": true,
    "global": false,
    "globalconfig": "C:\Users\helmu\AppData\Roaming\npm\etc\npmrc",
    "global-style": false,
    "heading": "npm",
    "https-proxy": null,
    "if-present": false,
    "ignore-scripts": false,
    "include": [],
    "include-staged": false,
    "include-workspace-root": false,
    "init-author-email": "",
    "init-author-name": "",
    "init-author-url": "",
    "init-license": "ISC",
    "init-module": "C:\Users\helmu\.npm-init.js",
    "init-version": "1.0.0",
    "init.author.email": "",
    "init.author.name": "",
    "init.author.url": "",
    "init.license": "ISC",
    "init.module": "C:\Users\helmu\.npm-init.js",
    "init.version": "1.0.0",
    "install-links": false,
    "install-strategy": "hoisted",
    "key": null,
    "legacy-bundling": false,
    "legacy-peer-deps": false,
    "link": false,
    "local-address": null,
    "location": "user",
    "lockfile-version": null,
    "loglevel": "notice",
    "logs-dir": null,
    "logs-max": 10,
    "long": false,
    "maxsockets": 15,
    "message": "%s",
    "node-options": null,
    "noproxy": [
    ""
    ],
    "offline": false,
    "omit": [],
    "omit-lockfile-registry-resolved": false,
    "only": null,
    "optional": null,
    "otp": null,
    "package": [],
    "package-lock": true,
    "package-lock-only": false,
    "pack-destination": ".",
    "parseable": false,
    "prefer-offline": false,
    "prefer-online": false,
    "preid": "",
    "production": null,
    "progress": true,
    "provenance": false,
    "proxy": null,
    "read-only": false,
    "rebuild-bundle": true,
    "registry": "https://registry.npmjs.org/",
    "replace-registry-host": "npmjs",
    "save": true,
    "save-bundle": false,
    "save-dev": false,
    "save-exact": false,
    "save-optional": false,
    "save-peer": false,
    "save-prefix": "^",
    "save-prod": false,
    "scope": "",
    "script-shell": null,
    "searchexclude": "",
    "searchlimit": 20,
    "searchopts": "",
    "searchstaleness": 900,
    "shell": "C:\WINDOWS\system32\cmd.exe",
    "shrinkwrap": true,
    "sign-git-commit": false,
    "sign-git-tag": false,
    "strict-peer-deps": false,
    "strict-ssl": true,
    "tag": "latest",
    "tag-version-prefix": "v",
    "timing": false,
    "tmp": "C:\Users\helmu\AppData\Local\Temp",
    "umask": 0,
    "unicode": true,
    "update-notifier": true,
    "usage": false,
    "user-agent": "npm/{npm-version} node/{node-version} {platform} {arch} workspaces/{workspaces} {ci}",
    "userconfig": "C:\Users\helmu\.npmrc",
    "version": false,
    "versions": false,
    "viewer": "browser",
    "which": null,
    "workspace": [],
    "workspaces": null,
    "workspaces-update": true,
    "yes": null,
    "metrics-registry": "https://registry.npmjs.org/"
    }
@DAOCMINECRAFT DAOCMINECRAFT added Bug thing that needs fixing Needs Triage needs review for next steps Release 9.x work is associated with a specific npm 9 release labels Apr 19, 2023
@wraithgar
Copy link
Member

ipv6 issues as per those logs. duplicate of either #4028 or #3359

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 9.x work is associated with a specific npm 9 release
Projects
None yet
Development

No branches or pull requests

2 participants