orangeboi
Explore posts from serversCDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
qwik build runs
- npm run build.types
- npm run build.client
- npm run build.server
- npm run lint
if npm lint returns errors now that stops the node process which causes cloudflare to stop building
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
figured out the issue, it's from qwik plus changes with how cloudflare handles build commands
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
ah gotcha
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
if you do it may have something to do with their latest version and isolated-vm
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
do you use the builder qwik sdk by any chance?
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
it’ll work when you build locally with npm run build & npm run deploy vs pushing to your branch and having the GitHub cloudflare integration do the build
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
I have a fix
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
I've had the NODE_VERSION variable in my cloudfllare workers and page settings set to 20.11.1 for weeks now
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
what's odd is that it says Node.js v18.5.0 which I know is old, but this came out of nowhere? my project doesn't say to use, nor does my cloudflare setup
20 replies
CDCloudflare Developers
•Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
the build log ends with this
20 replies