3 Replies
Looks like the main issue is it can’t use that port. It’s saying it doesn’t have permission
So either it’s in use by another application or you don’t have admin privileges depending on the machine you running
It does look like a permission error which is quite weird. I will try to run the command in a pure Terminal
Actually it looks like 2 separate things: a warning and an error
Solution to the error: add another port to the vite config
The warning is still there, but it seems to be harmless.
That warning is because there’s no html to bundle yet
It should go away once you build up up the project