x-dr / chatgptProxyAPI

🔥 使用cloudflare 搭建免费的 OpenAI api代理 ,解决网络无法访问问题。支持流式输出
https://chatai.451024.xyz
MIT License
2.94k stars 679 forks source link

安装第3种方法,打开https://xxx.xxx/api报以下错误 #37

Closed 13416157913 closed 1 year ago

13416157913 commented 1 year ago

Error: Could not access built-in Node.js modules. Please make sure that your Cloudflare Pages project has the 'nodejs_compat' compatibility flag set.

x-dr commented 1 year ago

NODE_VERSION是否是16? cloudflare pages 的Edge Runtime 要node 16才支持

markwhitey commented 1 year ago

我也是 NODE_VERSION 也设置的node 16

x-dr commented 1 year ago

我也是 NODE_VERSION 也设置的node 16

方便截一下构建配置的图看看吗

x-dr commented 1 year ago

我也是 NODE_VERSION 也设置的node 16

知道了,是cloudflare/next-on-pages的版本问题

Build command 设置为 npx @cloudflare/next-on-pages@pre-v1 --experimental-minify 即可

npx @cloudflare/next-on-pages@pre-v1 --experimental-minify

image