NUXT ERROR #23
Closed
akashvarun10
started this conversation in
General
Replies: 1 comment
-
Hi. I hope you found answer in Discord (link in README). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this error although I have followed these steps and my Postgres in running
npm i -g yarn # install yarn package manager if you don't have already.
yarn # install all the dependencies
cp .env.example .env # Create an env file and fill in the fields. (DO NOT CHANGE PORT)
yarn migration: apply # Create database schema.
yarn dev # Finally, start the dev server.
After following these commands, I am getting this error :
ERROR [nuxt] [request error] [unhandled] [500] defineNuxtPlugin is not defined
at ./node_modules/nuxt-cropper/dist/runtime/plugin.mjs:1:1
at ViteNodeRunner.runModule (./node_modules/vite-node/dist/client.mjs:399:11)
at ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:381:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:206:14)
at async ViteNodeRunner.dependencyRequest (./node_modules/vite-node/dist/client.mjs:259:12)
at async ./virtual:nuxt:/Users/akashvarun/Site-reliability/vidur/.nuxt/plugins/server.mjs:9:31
at async ViteNodeRunner.runModule (./node_modules/vite-node/dist/client.mjs:399:5)
at async ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:381:5)
at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:206:14)
Beta Was this translation helpful? Give feedback.
All reactions