Common Issues
[unplugin-vue-components] no components found
SOLUTION
This occurs when you have special characters (like C:\Users\dev\folder with (special chars)\quickstarter-vuero
) in the path of your project. You can fix this by renaming your project folder to a simple name without special characters.
TIP
For windows users, we recommend using WSL
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
SOLUTION
This occurs when you run out of memory. You can fix this by increasing the memory limit. You can do this by running the following command:
bash
NODE_OPTIONS=--max_old_space_size=4096 pnpm build
[WARNING] Unexpected ""\n"" [css-syntax-error]
SOLUTION
This occurs when building the demo (mapbox styles), it is a warning and does not affect the build process. You can ignore it.