Arguments: /usr/bin/node /usr/share/yarn/bin/yarn.js --registry=https://npm.registry.taobao.org PATH: /home/rwong/.vscode-server-insiders/bin/dcc01858d3f75696568eb751238d01b30a1e7d33/bin:/home/rwong/.vscode-server-insiders/bin/dcc01858d3f75696568eb751238d01b30a1e7d33/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin Yarn version: 1.17.3 Node version: 12.9.1 Platform: linux x64 Trace: Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: npm.registry.taobao.org. is not in the cert's altnames: DNS:*.alicdn.com, DNS:*.cmos.greencompute.org, DNS:cmos.greencompute.org, DNS:m.intl.taobao.com, DNS:*.mobgslb.tbcache.com, DNS:alikunlun.com, DNS:*.alikunlun.com, DNS:s.tbcdn.cn, DNS:*.django.t.taobao.com, DNS:alicdn.com at Object.checkServerIdentity (tls.js:279:12) at TLSSocket.onConnectSecure (_tls_wrap.js:1327:27) at TLSSocket.emit (events.js:209:13) at TLSSocket._finishInit (_tls_wrap.js:792:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:606:12) npm manifest: { "name": "@matrix/monaco-languageclient", "version": "0.9.0-matrix.2", "description": "Monaco Language client implementation", "author": "TypeFox GmbH (http://www.typefox.io)", "license": "MIT", "engines": { "vscode": "^1.25" }, "repository": { "type": "git", "url": "https://github.com/TypeFox/monaco-languageclient.git" }, "bugs": { "url": "https://github.com/TypeFox/monaco-languageclient/issues" }, "main": "./lib/index.js", "typings": "./lib/index", "devDependencies": { "@types/node": "^10.14.7", "monaco-editor-core": "^0.17.0", "rimraf": "^2.6.3", "typescript": "^3.4.5", "vscode": "^1.1.34" }, "dependencies": { "glob-to-regexp": "^0.4.1", "vscode-base-languageclient": "^4.4.0", "vscode-jsonrpc": "^4.0.0", "vscode-languageserver-protocol": "^3.14.1", "vscode-uri": "^1.0.6" }, "scripts": { "prepare": "npm run update-vscode && npm run clean && npm run compile", "compile": "tsc", "watch": "tsc -w", "clean": "rimraf lib", "update-vscode": "node ./node_modules/vscode/bin/install", "prepublishOnly": "npm run dist:amd", "dist:amd": "tsc --outDir dist/amd --module amd" } } yarn manifest: No manifest Lockfile: No lockfile