orangeboi
orangeboi
Explore posts from servers
CDCloudflare 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);
21:49:07.766 node:events:652
21:49:07.766 return this.listener.apply(this.target, arguments);
21:49:07.766 ^
21:49:07.767
21:49:07.767 q [Error]: Error while executing user command. Exited with error code: 1
21:49:07.767 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
21:49:07.767 at Object.onceWrapper (node:events:652:26)
21:49:07.767 at ChildProcess.emit (node:events:537:28)
21:49:07.767 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
21:49:07.767
21:49:07.767 Node.js v18.5.0
21:49:07.924 Failed: build command exited with code: 1
21:49:09.681 Failed: error occurred while running build command
21:49:07.766 node:events:652
21:49:07.766 return this.listener.apply(this.target, arguments);
21:49:07.766 ^
21:49:07.767
21:49:07.767 q [Error]: Error while executing user command. Exited with error code: 1
21:49:07.767 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
21:49:07.767 at Object.onceWrapper (node:events:652:26)
21:49:07.767 at ChildProcess.emit (node:events:537:28)
21:49:07.767 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
21:49:07.767
21:49:07.767 Node.js v18.5.0
21:49:07.924 Failed: build command exited with code: 1
21:49:09.681 Failed: error occurred while running build command
the build log ends with this
20 replies