tb13
Unhead syntax error in browser
I started a new nuxt project with Node 22 LTS and latest nuxt 3.16.2
Devtools are not loading and I get an error in the console like such:
Uncaught SyntaxError: The requested module 'http://localhost:3000/_nuxt/node_modules/.pnpm/[email protected]/node_modules/unhead/dist/index.mjs?v=6f3b3302' doesn't provide an export named: 'getActiveHead'
I am using following modules:
modules: ['@nuxtjs/tailwindcss', 'nuxt-graphql-request','@nuxtjs/i18n']
What seems to be the issue?
13 replies
npx nuxi module add hub does not work
I am trying to install nuxt hub however I get following error: Cannot search in the Nuxt Modules database: FetchError: [GET] "https://api.nuxt.com/modules?version=all": <no response> fetch failed
I am behind a proxy/vpn do I have to configure npx or nuxi to use the proxy? Does it not pick up https_proxy/http_proxy var from bash?
8 replies