Vue, vite: GET http://localhost:3000/@vite/client net::ERR_ABORTED 404 (Not Found)

Viewed 2419

I am using Vue and vite to practice the workflow of the web application with fetching API, following this tutorial. At the end of the yarn dev command, I got the error. I've tried:

  1. Directly clone the project and run the same command, still got the same error.
  2. Search for any issue and solution on Github, but no luck.

How could I resolve this issue? Or I missed anything? Thanks.

1 Answers
Related