Hugo error while serving

I was running my code successfully for the past few months and suddenly when I updated my Ubuntu to
22.04 a built error is popping up while executing the command hugo serverlocally on my vscode.
Repository link
Screenshots below -

your theme is git submodule, make sure you pull it.

1 Like

I pulled and still same

run this

git submodule init
git submodule update
1 Like

Thank you
I was able to fix the issue.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.