CaiJimmy / hugo-theme-stack-starter

A quickstart template to create a Hugo blog using hugo-theme-stack
https://demo.stack.jimmycai.com
MIT License
356 stars 109 forks source link

Vercel Build Error #51

Closed JianBing77 closed 4 months ago

JianBing77 commented 5 months ago

Summary

When I try to deploy this project in vercel, I get the following error:

image

My vercel build configuration

Build Command

image

Node.js Version

image

Hugo Version

image

Additional information

I have tried to change the Node.js version to 18.x and it is not working.

I have also tried to use other Build Settings similar to the following, but it still does not work.

image

fixicelo commented 5 months ago

https://github.com/CaiJimmy/hugo-theme-stack-starter/issues/22#issuecomment-2089415535

I attempted to use dnf install golang -y in the Install Command, didn't override any other settings, and it looks like it's working fine (I'm on Node.js version 20.x).

JianBing77 commented 4 months ago

@fixicelo I tried it out and it's working fine now. Thx !