I was able to troubleshoot it out. It was caused by caching issues and the node version I was using. After downgrading to node.js v18.20.8, I had to delete my .vite, .nuxt, and node_modules folders, as well as my package-lock.json just to be safe. Then I ran $npm install to reinstall all packages and dependencies, and the issue was resolved.