Upon completing the installation and configuration process and subsequently initiating my development server, I encountered an error message when inspecting my console: utils.mjs:2 Uncaught SyntaxError: The requested module '/_nuxt/node_modules/set-cookie-parser/lib/set-cookie.js?v=4e1359b9' does not provide an export named 'default' (at utils.mjs:2:8)
Additional context
No response
Logs
`utils.mjs:2 Uncaught SyntaxError: The requested module '/_nuxt/node_modules/set-cookie-parser/lib/set-cookie.js?v=4e1359b9' does not provide an export named 'default' (at utils.mjs:2:8)`
Environment
Reproduction
https://codesandbox.io/p/sandbox/github/nuxt/starter/tree/v3
Describe the bug
Upon completing the installation and configuration process and subsequently initiating my development server, I encountered an error message when inspecting my console:
utils.mjs:2 Uncaught SyntaxError: The requested module '/_nuxt/node_modules/set-cookie-parser/lib/set-cookie.js?v=4e1359b9' does not provide an export named 'default' (at utils.mjs:2:8)
Additional context
No response
Logs