#Cannot find name 'defineNuxtConfig'
11 messages · Page 1 of 1 (latest)
hai , sir @earnest skiff . i've encounter the same problem and still not fixing it even though i already use the npx nuxi prepare or start the dev server. it still say defineNuxtConfig is not defined.
if i add import { defineNuxtConfig } from "nuxt/config"; on nuxt.config.ts , it is keep saying that that im using nuxt 2.15.8 and error with Cannot start nuxt: Cannot set properties of undefined (setting 'url')
already tried to npx nuxi upgrade too, but it didn't solve the issue