Giter Club home page Giter Club logo

Comments (9)

creeperCN avatar creeperCN commented on July 17, 2024 1

GitHub 方式部署页面没试过。目前都是本地部署的

你能试一下吗,项目更新的时候还要本地打包太麻烦了

除非像上回的1101事件,不然也没什么好更新的。这东西一出来就是完全体。。。

您能尝试一下通过 GitHub 部署吗

from cloudflare_vless_trojan.

yonggekkk avatar yonggekkk commented on July 17, 2024

你指一个项目共存两个协议?。。。目前只能一个项目一个协议

from cloudflare_vless_trojan.

creeperCN avatar creeperCN commented on July 17, 2024

2024-05-09T14:25:16.248296Z Cloning repository...
2024-05-09T14:25:18.168232Z From https://github.com/creeperCN/Cloudflare-workers-pages-vless
2024-05-09T14:25:18.168643Z * branch 5f9f55e -> FETCH_HEAD
2024-05-09T14:25:18.168801Z
2024-05-09T14:25:18.230571Z HEAD is now at 5f9f55e Merge branch 'yonggekkk:main' into main
2024-05-09T14:25:18.231031Z
2024-05-09T14:25:18.314576Z
2024-05-09T14:25:18.315038Z Using v2 root directory strategy
2024-05-09T14:25:18.352033Z Success: Finished cloning repository files
2024-05-09T14:25:19.958791Z Checking for configuration in a wrangler.toml configuration file (BETA)
2024-05-09T14:25:19.95938Z
2024-05-09T14:25:20.041064Z No wrangler.toml file found. Continuing.
2024-05-09T14:25:20.11843Z No build command specified. Skipping build step.
2024-05-09T14:25:20.119337Z Found _worker.js in output directory. Uploading.
2024-05-09T14:25:21.06752Z �[31m✘ �[41;31m[�[41;97mERROR�[41;31m]�[0m �[1m2 error(s) and 1 warning(s) when compiling Worker.�[0m
2024-05-09T14:25:21.068048Z
2024-05-09T14:25:21.068164Z
2024-05-09T14:25:21.071231Z
2024-05-09T14:25:21.072819Z �[31m✘ �[41;31m[�[41;97mERROR�[41;31m]�[0m �[1mCould not resolve "crypto"�[0m
2024-05-09T14:25:21.072976Z
2024-05-09T14:25:21.073332Z _worker.js:530:25:
2024-05-09T14:25:21.073504Z �[37m 530 │ var crypto = require(�[32m'crypto'�[37m)
2024-05-09T14:25:21.073646Z ╵ �[32m~~~~~~~~�[0m
2024-05-09T14:25:21.073767Z
2024-05-09T14:25:21.073873Z The package "crypto" wasn't found on the file system but is built into node.
2024-05-09T14:25:21.074023Z Add the "nodejs_compat" compatibility flag to your Pages project and make sure to prefix the module name with "node:" to enable Node.js compatibility.
2024-05-09T14:25:21.074175Z
2024-05-09T14:25:21.074352Z
2024-05-09T14:25:21.074464Z �[31m✘ �[41;31m[�[41;97mERROR�[41;31m]�[0m �[1mCould not resolve "buffer"�[0m
2024-05-09T14:25:21.074574Z
2024-05-09T14:25:21.074672Z _worker.js:531:25:
2024-05-09T14:25:21.074778Z �[37m 531 │ var Buffer = require(�[32m'buffer'�[37m).Buffer;
2024-05-09T14:25:21.074999Z ╵ �[32m~~~~~~~~�[0m
2024-05-09T14:25:21.075101Z
2024-05-09T14:25:21.075288Z The package "buffer" wasn't found on the file system but is built into node.
2024-05-09T14:25:21.075383Z Add the "nodejs_compat" compatibility flag to your Pages project and make sure to prefix the module name with "node:" to enable Node.js compatibility.
2024-05-09T14:25:21.075517Z
2024-05-09T14:25:21.075667Z
2024-05-09T14:25:21.075749Z �[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1mThe CommonJS "module" variable is treated as a global variable in an ECMAScript module and may not work as expected�[0m [commonjs-variable-in-esm]
2024-05-09T14:25:21.076026Z
2024-05-09T14:25:21.076162Z _worker.js:963:4:
2024-05-09T14:25:21.076304Z �[37m 963 │ �[32mmodule�[37m.exports = exports;
2024-05-09T14:25:21.076444Z ╵ �[32m~~~~~~�[0m
2024-05-09T14:25:21.07656Z
2024-05-09T14:25:21.076663Z This file is considered to be an ECMAScript module because of the "export" keyword here:
2024-05-09T14:25:21.076761Z
2024-05-09T14:25:21.076854Z _worker.js:367:0:
2024-05-09T14:25:21.076988Z �[37m 367 │ �[32mexport�[37m {
2024-05-09T14:25:21.077148Z ╵ �[32m~~~~~~�[0m
2024-05-09T14:25:21.077294Z
2024-05-09T14:25:21.077404Z
2024-05-09T14:25:21.077595Z �[31m✘ �[41;31m[�[41;97mERROR�[41;31m]�[0m �[1mBuild failed with 2 errors:�[0m
2024-05-09T14:25:21.077711Z
2024-05-09T14:25:21.077826Z _worker.js:530:25: ERROR: Could not resolve "crypto"
2024-05-09T14:25:21.077929Z _worker.js:531:25: ERROR: Could not resolve "buffer"
2024-05-09T14:25:21.078048Z
2024-05-09T14:25:21.078142Z
2024-05-09T14:25:21.080279Z 🪵 Logs were written to "/root/.config/.wrangler/logs/wrangler-2024-05-09_14-25-20_770.log"
2024-05-09T14:25:21.090962Z Failed building Pages Functions.
2024-05-09T14:25:21.9374Z Failed: generating Pages Functions failed. Check the logs above for more information. If this continues for an unknown reason, contact support: https://cfl.re/3WgEyrH

from cloudflare_vless_trojan.

yonggekkk avatar yonggekkk commented on July 17, 2024

视频教程明天更新

from cloudflare_vless_trojan.

creeperCN avatar creeperCN commented on July 17, 2024

视频教程明天更新

谢谢你(^🙏^)

from cloudflare_vless_trojan.

yonggekkk avatar yonggekkk commented on July 17, 2024

github方式部署pages没试过。目前都是本地部署的

from cloudflare_vless_trojan.

creeperCN avatar creeperCN commented on July 17, 2024

GitHub 方式部署页面没试过。目前都是本地部署的

你能试一下吗,项目更新的时候还要本地打包太麻烦了

from cloudflare_vless_trojan.

yonggekkk avatar yonggekkk commented on July 17, 2024

GitHub 方式部署页面没试过。目前都是本地部署的

你能试一下吗,项目更新的时候还要本地打包太麻烦了

除非像上回的1101事件,不然也没什么好更新的。这东西一出来就是完全体。。。

from cloudflare_vless_trojan.

yonggekkk avatar yonggekkk commented on July 17, 2024

GitHub 方式部署页面没试过。目前都是本地部署的

你能试一下吗,项目更新的时候还要本地打包太麻烦了

除非像上回的1101事件,不然也没什么好更新的。这东西一出来就是完全体。。。

您能尝试一下通过 GitHub 部署吗

不考虑第三方引入了,除非没办法

from cloudflare_vless_trojan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.