Skip to content
Discussion options

You must be logged in to vote

The error indicates that Vite can't resolve the file at @/components/GameBoard.vue.
Please verify that:
The file actually exists in src/components/.
The filename matches exactly, including capitalization.
Your vite.config.js includes the correct alias:
resolve: { alias: { '@': '/src' } }
Fixing the path or alias should resolve both errors.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fatcat006-rgb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants