zizifn / edgetunnel

Running V2ray inside edge/serverless runtime
GNU General Public License v2.0
5.95k stars 16.57k forks source link

Build failed #280

Open xiagw opened 3 months ago

xiagw commented 3 months ago

2024-03-19T14:04:18.137537Z Cloning repository... 2024-03-19T14:04:18.869015Z From https://github.com/xiagw/edgetunnel 2024-03-19T14:04:18.869593Z * branch 74b5b15c77494a81ba29c18a6a7a6580ad63a6fe -> FETCH_HEAD 2024-03-19T14:04:18.869703Z 2024-03-19T14:04:18.904912Z HEAD is now at 74b5b15 Update version worker-with-socks5-experimental.js 2024-03-19T14:04:18.905336Z 2024-03-19T14:04:18.992478Z 2024-03-19T14:04:18.992978Z Using v2 root directory strategy 2024-03-19T14:04:19.016412Z Success: Finished cloning repository files 2024-03-19T14:04:19.731424Z Detected the following tools from environment: nodejs@18.17.1, npm@9.6.7 2024-03-19T14:04:19.732235Z Installing project dependencies: npm install --progress=false 2024-03-19T14:04:23.475278Z npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. 2024-03-19T14:04:23.533541Z npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead 2024-03-19T14:04:25.140952Z 2024-03-19T14:04:25.141157Z added 83 packages, and audited 84 packages in 5s 2024-03-19T14:04:25.141277Z 2024-03-19T14:04:25.141488Z 11 packages are looking for funding 2024-03-19T14:04:25.141612Z run npm fund for details 2024-03-19T14:04:25.142604Z 2024-03-19T14:04:25.142767Z found 0 vulnerabilities 2024-03-19T14:04:25.157313Z Executing user command: npm run cf-page-vless 2024-03-19T14:04:25.732012Z npm ERR! Missing script: "cf-page-vless" 2024-03-19T14:04:25.732338Z npm ERR! 2024-03-19T14:04:25.732509Z npm ERR! To see a list of scripts, run: 2024-03-19T14:04:25.732663Z npm ERR! npm run 2024-03-19T14:04:25.733595Z 2024-03-19T14:04:25.734091Z npm ERR! A complete log of this run can be found in: /opt/buildhome/.npm/_logs/2024-03-19T14_04_25_678Z-debug-0.log 2024-03-19T14:04:25.740128Z Failed: Error while executing user command. Exited with error code: 1 2024-03-19T14:04:25.748929Z Failed: build command exited with code: 1 2024-03-19T14:04:26.581226Z Failed: error occurred while running build command

qazwsdc commented 2 months ago

同问

linjinbao666 commented 1 week ago

{ "name": "edgetunnel", "version": "1.0.0", "description": "Delete code, but keep the project for the sake of memories. I'm only create this project for fun, for try new things and for learn by doing. I'm even not write any outside marketing post for this project. Just for my own fun... But I feel emotional damage by the community.", "main": "index.js", "scripts": { "deploy": "wrangler publish", "dev-vless": "wrangler dev src/worker-vless.js" }, "author": "", "license": "ISC", "devDependencies": { "@cloudflare/workers-types": "^4.20230518.0", "wrangler": "^3.1.0" }, "dependencies": { "dns-packet": "^5.6.0", "ip-cidr": "^3.1.0", "ip-range-check": "^0.2.0", "ipaddr.js": "^2.0.1" } }