I am having some issues running hugo for development on my windows machine. Code compiles and runs just fine on ubuntu. I am not sure what I am doing wrong. Please see specific details below.
PS C:\Users\jorda\Documents\Github\jordan-cook-portfolio-v2> hugo version
hugo v0.145.0-666444f0a52132f9fec9f71cf25b441cc6a4f355+extended windows/amd64 BuildDate=2025-02-26T15:41:25Z VendorInfo=gohugoio
PS C:\Users\jorda\Documents\Github\jordan-cook-portfolio-v2> hugo
Start building sites …
hugo v0.145.0-666444f0a52132f9fec9f71cf25b441cc6a4f355+extended windows/amd64 BuildDate=2025-02-26T15:41:25Z VendorInfo=gohugoio
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\application.js:2:7": Could not resolve "bootstrap"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\application.js:3:7": Could not resolve "@fortawesome/fontawesome-free/js/all"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\application.js:4:20": Could not resolve "feather-icons"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\features\flowchart\mermaid.js:1:20": Could not resolve "mermaid"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\features\math\katex.js:1:32": Could not resolve "katex/contrib/auto-render"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\features\syntaxhighlight\hljs.js:1:17": Could not resolve "highlight.js"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\features\videoplayer\plyr.js:1:17": Could not resolve "plyr"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\pages\home.js:1:21": Could not resolve "ityped"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\pages\note.js:1:25": Could not resolve "imagesloaded"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\pages\search.js:1:17": Could not resolve "fuse.js"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\pages\search.js:2:17": Could not resolve "mark.js"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\sections\projects.js:1:22": Could not resolve "filterizr"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\sections\publications.js:1:22": Could not resolve "filterizr"
ERROR js.Build failed: "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\scripts\sections\skills.js:1:22": Could not resolve "filterizr"
ERROR TOCSS: failed to transform "styles/application.scss" (text/x-scss): "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\styles\application.template.scss:3:1": File to import not found or unreadable: bootstrap/scss/bootstrap.
Total in 534 ms
Error: error building site: TOCSS: failed to transform "styles/application.scss" (text/x-scss): "C:\Users\jorda\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\hugo-toha\toha\v4@v4.8.0\assets\styles\application.template.scss:3:1": File to import not found or unreadable: bootstrap/scss/bootstrap.
Any advice is appreciated.
Thanks in advance!