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.
I pulled and still same
run this
git submodule init
git submodule update
Thank you
I was able to fix the issue.
