After installing clean repo with npm i and changing WindiCSS({ to WindiCSS.defult({ (as the first one was causing errors) and then npm run dev:spa I've encountered below error
[ERROR] [plugin vite:dep-scan] Failed to resolve entry for package "vitedge". The package may have incorrect
main/module/exports specified in its package.json: Failed to resolve entry for package "vitedge". The package may have
incorrect main/module/exports specified in its package.json.
node_modules/vite/dist/node/chunks/dep-971d9e33.js:29521:10:
29521 │ throw new Error(`Failed to resolve entry for package "${id}". ` +`
After installing clean repo with
npm i
and changingWindiCSS({
toWindiCSS.defult({
(as the first one was causing errors) and thennpm run dev:spa
I've encountered below error