You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATAL The requested module '@nuxt/kit' does not provide an export named 'addServerMiddleware' 09:43:14
import { defineNuxtModule, resolvePath, resolveAlias, createResolver, requireModule, addTemplate, isNuxt2, installModule, addServerMiddleware } from '@nuxt/kit';
^^^^^^^^^^^^^^^^^^^
SyntaxError: The requested module '@nuxt/kit' does not provide an export named 'addServerMiddleware'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:181:5)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:281:24)
at async importModuleDynamicallyWrapper (node:internal/vm/module:437:15)
at async ModuleContainer.addModule (node_modules/@nuxt/core/dist/core.js:167:20)
at async ModuleContainer.ready (node_modules/@nuxt/core/dist/core.js:34:7)
at async Nuxt._init (node_modules/@nuxt/core/dist/core.js:342:5)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I followed the steps described in this repo but still, with
when I run
nuxi dev
, I'm get the following error:This happens on:
bridge: false
andbridge: true
ssr: false
andssr: true
target: 'server'
andtarget: 'static'
Not sure what to try next :/
Beta Was this translation helpful? Give feedback.
All reactions