when i'm working with nuxt dev suddenly it crashes, i tried with passing --max-old-space-size=4096
i can't track what is causing this, guide me how can i help myself and community
- best regards
here are my dependencies,
"devDependencies": {
"@antfu/eslint-config": "^0.40.0",
"@faker-js/faker": "^8.0.2",
"@formkit/auto-animate": "^0.7.0",
"@neshan-maps-platform/vue3-openlayers": "^1.0.6",
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia/nuxt": "^0.4.11",
"@sfxcode/nuxt-primevue": "^1.3.4",
"@storybook-vue/nuxt": "rc",
"@storybook-vue/nuxt-storybook": "rc",
"@storybook/addon-essentials": "next",
"@storybook/addon-interactions": "next",
"@storybook/addon-links": "next",
"@storybook/blocks": "next",
"@storybook/builder-vite": "next",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "next",
"@storybook/vue3-vite": "^7.4.0",
"@studio-freight/lenis": "^1.0.23",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.5",
"@types/three": "^0.155.0",
"@vue-macros/nuxt": "^1.4.1",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.46.0",
"gsap": "^3.12.2",
"lodash": "^4.17.21",
"nuxt": "^3.6.3",
"nuxt-svgo": "^3.4.0",
"pinia": "^2.1.6",
"postcss": "^8.4.29",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.64.1",
"storybook": "next",
"storybook-addon-sass-postcss": "^0.1.3",
"three": "^0.155.0",
"vue-composable": "^1.0.0-beta.24",
"vue3-persian-datetime-picker": "^1.2.2"
}