Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Requested module 'nuxt/@fs/C:/Users/luxdamore/Desktop/nuxt3-component-vite-bug/node_modules/.vite/deps/vue.js?v=14ad53f6' does not provide an export named 'Component'

License

Notifications You must be signed in to change notification settings

LuXDAmore/nuxt3-component-vite-bug

Repository files navigation

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

    yarn install

Development Server

Start the development server on localhost

    yarn dev

Production

Build the application for production:

    yarn build

Locally preview production build:

    yarn preview

Workflow

1 git flow feature start {JIRA-N-nome-branch}; 2 Develop the feature; 3 Open a Pull request; 4 Wait for PR approval; 5 git flow feature finish {JIRA-N-nome-branch}.

First time you setup git flow launch git flow init, for the first question type: main as the release branch, for the version tag prefix question type: v, then leaves all the rest as default.

Checkout the deployment documentation for more information.

Typescript

Vue Js Docs

Git Flow

Git flow


BUG Reproduction

Step to reproduce:

  • Install the project yarn install, with nuxt@3.1.2 yarn add --exact nuxt@3.1.2;
  • Run yarn dev (everything is working) [image 1];
  • Upgrade nuxt npx nuxi upgrade --force (to version 3.2.3);
  • Run yarn dev, the page appear blank ("Requested module 'nuxt/@fs/C:/Users/luxdamore/Desktop/nuxt3-component-vite-bug/node_modules/.vite/deps/vue.js?v=14ad53f6' does not provide an export named 'Component'" error appear in the browser console) [image 2];

BUG Images

  • Nuxt Version 3.1.2:

Nuxt 3.1.2

  • Nuxt Version 3.2.3:

Nuxt 3.2.3

About

Requested module 'nuxt/@fs/C:/Users/luxdamore/Desktop/nuxt3-component-vite-bug/node_modules/.vite/deps/vue.js?v=14ad53f6' does not provide an export named 'Component'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published