为了能快速了解并处理您的问题,请提供以下基础信息: 免费版 [url=]8.0.1[/url]
Ubuntu 22.04.3 LTS x86_64(Py3.7.8)
服务器在内网使用,能联网的是192.168.167.8:10809 怎么让宝塔走socks5:192.168.167.8:10809这样来下载东西?我用的是node 在node项目里面添加网站后使用包安装,然后发现不能联网,且找不到面板配置socks的方法,使用全局socks好像宝塔并不会跟随使用
yarn-error.log
- Arguments:
- /www/server/nodejs/v14.17.6/bin/node /www/server/nodejs/v14.17.6/bin/yarn install
- PATH:
- /www/server/nodejs/v14.17.6/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
- Yarn version:
- 1.22.19
- Node version:
- 14.17.6
- Platform:
- linux x64
- Trace:
- Error: https://github.com/sohee-lee7/Squire: ETIMEDOUT
- at Timeout._onTimeout (/www/server/nodejs/v14.17.6/lib/node_modules/yarn/lib/cli.js:141550:19)
- at listOnTimeout (internal/timers.js:557:17)
- at processTimers (internal/timers.js:500:7)
- npm manifest:
- {
- "name": "vue-element-admin",
- "version": "4.4.0",
- "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
- "author": "Pan <panfree23@gmail.com>",
- "scripts": {
- "dev": "vue-cli-service serve",
- "lint": "eslint --ext .js,.vue src",
- "build:prod": "vue-cli-service build",
- "build:stage": "vue-cli-service build --mode staging",
- "preview": "node build/index.js --preview",
- "new": "plop",
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
- "test:ci": "npm run lint && npm run test:unit"
- },
- "dependencies": {
- "axios": "0.18.1",
- "clipboard": "2.0.4",
- "codemirror": "5.45.0",
- "core-js": "3.6.5",
- "dayjs": "^1.10.7",
- "driver.js": "0.9.5",
- "dropzone": "5.5.1",
- "echarts": "4.2.1",
- "element-ui": "2.13.2",
- "file-saver": "2.0.1",
- "fuse.js": "3.4.4",
- "js-cookie": "2.2.0",
- "jsonlint": "1.6.3",
- "jszip": "3.2.1",
- "normalize.css": "7.0.0",
- "nprogress": "0.2.0",
- "path-to-regexp": "2.4.0",
- "screenfull": "4.2.0",
- "script-loader": "0.7.2",
- "sortablejs": "1.8.4",
- "tui-editor": "1.3.3",
- "vue": "2.6.10",
- "vue-count-to": "1.0.13",
- "vue-router": "3.0.2",
- "vue-splitpane": "1.0.4",
- "vuedraggable": "2.20.0",
- "vuex": "3.1.0",
- "xlsx": "0.14.1"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "4.4.4",
- "@vue/cli-plugin-unit-jest": "4.4.4",
- "@vue/cli-service": "4.4.4",
- "@vue/test-utils": "1.0.0-beta.29",
- "autoprefixer": "9.5.1",
- "babel-jest": "23.6.0",
- "babel-plugin-dynamic-import-node": "2.3.3",
- "chalk": "2.4.2",
- "chokidar": "2.1.5",
- "connect": "3.6.6",
- "html-webpack-plugin": "3.2.0",
- "husky": "1.3.1",
- "lint-staged": "8.1.5",
- "mockjs": "1.0.1-beta3",
- "plop": "2.3.0",
- "runjs": "4.3.2",
- "sass": "1.26.2",
- "sass-loader": "8.0.2",
- "script-ext-html-webpack-plugin": "2.1.3",
- "serve-static": "1.13.2",
- "svg-sprite-loader": "4.1.3",
- "svgo": "1.2.0",
- "vue-particles": "^1.0.9",
- "vue-template-compiler": "2.6.10"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions"
- ],
- "bugs": {
- "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
- },
- "engines": {
- "node": ">=8.9",
- "npm": ">= 3.0.0"
- },
- "keywords": [
- "vue",
- "admin",
- "dashboard",
- "element-ui",
- "boilerplate",
- "admin-template",
- "management-system"
- ],
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
- }
- }
- yarn manifest:
- No manifest
- Lockfile:
- No lockfile
复制代码
|
|