I have successfully installed the Qubt theme locally and it works using ‘hugo server’. But when I try to build locally using ‘npx wrangler dev’ and following the host on cloudflare docs the build.sh script fails when installing hugo with exit code 23.
{
shortMessage: ‘Command failed with exit code 23: chmod a+x build.sh && ./build.sh’,
command: ‘chmod a+x build.sh && ./build.sh’,
escapedCommand: ‘chmod “a+x” build.sh “&&” “./build.sh”’,
exitCode: 23,
signal: undefined,
signalDescription: undefined,
stdout: ‘Installing Dart Sass 1.98.0…\n’ +
‘Installing Go 1.26.1…\n’ +
‘Installing Hugo 0.158.0…’,
stderr: ‘’,
failed: true,
timedOut: false,
isCanceled: false,
killed: false
}