【vue3vite运行报错】Failed to resolve import “@vue/server-renderer from “src\App.vue“. Does the file exist

1. Problem description

solution:

Use after downloading yarn

yarn install

You can run it after reinstalling the dependencies.

If the above solution doesn’t solve the problem, try the following one!

npm i vite @vitejs/plugin-vue --save-dev

Guess you like

Origin blog.csdn.net/wangguoqing_it/article/details/129274876