The components don’t seem to appear in the project I’m creating in Nuxt

Forums How to solve The components don’t seem to appear in the project I’m creating in Nuxt

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1167
    adinaballa
    Participant

    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

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.