During the Arena Logistics project, when I created the components for the project, they didn’t appear even though Nuxt was installed, and every other module was set up according to the documentation, and there were no errors in the console.
One solution I tried was deleting the package.json and node_modules, and reinstalling from scratch using the following commands:
npm cache clean –force
npm install
npm install –force
npm install eslint –save-dev
npm uninstall @nuxt/utils consola
npm install consola@2.15.0
npm install @nuxt/utils@2.16.0
npm uninstall @nuxt/cli
npm install @nuxt/cli@2.14.5
npm install nuxt@2.15.8
npm run start