ENDER
ENDER
NNuxt
Created by ENDER on 11/23/2024 in #❓・help
500 - Cannot read properties of null (reading 'ce')
if someone knows how to solve, help please, i have to finally finish my project..
13 replies
NNuxt
Created by ENDER on 11/23/2024 in #❓・help
500 - Cannot read properties of null (reading 'ce')
thats the structure of my project
13 replies
NNuxt
Created by ENDER on 11/23/2024 in #❓・help
500 - Cannot read properties of null (reading 'ce')
No description
13 replies
NNuxt
Created by ENDER on 11/23/2024 in #❓・help
500 - Cannot read properties of null (reading 'ce')
and it actually didnt help.
13 replies
NNuxt
Created by ENDER on 11/23/2024 in #❓・help
500 - Cannot read properties of null (reading 'ce')
I dont think that it solves my problem, cuz chatgpt & claude.ai also answered by the same template
13 replies
NNuxt
Created by ENDER on 11/23/2024 in #❓・help
500 - Cannot read properties of null (reading 'ce')
app.vue
<script setup lang="ts">
import Toaster from '@/components/ui/toast/Toaster.vue'
</script>
<template>
<div>
<NuxtRouteAnnouncer />

</div>
<NuxtPage />
<Toaster />

</template>
<script setup lang="ts">
import Toaster from '@/components/ui/toast/Toaster.vue'
</script>
<template>
<div>
<NuxtRouteAnnouncer />

</div>
<NuxtPage />
<Toaster />

</template>
package.json:
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxtjs/color-mode": "^3.5.2",
"@vueuse/core": "^11.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.460.0",
"nuxt": "^3.14.1592",
"radix-vue": "^1.9.10",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.2",
"typescript": "^5.7.2"
}
}
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxtjs/color-mode": "^3.5.2",
"@vueuse/core": "^11.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.460.0",
"nuxt": "^3.14.1592",
"radix-vue": "^1.9.10",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.2",
"typescript": "^5.7.2"
}
}
13 replies