vue3 npm run build 打包 我想知道这是报什么错

E:\vue-source-trace>npm run build

> vue-source-trace@0.0.0 build E:\vue-source-trace
> vite build

- Building production bundle...
[vite] Build errored out.
[Error: ENOENT: no such file or directory, open 'E:\vue-source-trace\ublic\img\favicon.ico'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'E:\\vue-source-trace\\ublic\\img\\favicon.ico'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue-source-trace@0.0.0 build: `vite build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue-source-trace@0.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\nodejsnode_cache\_logs\2021-03-22T09_41_05_041Z-debug.log

 

不是很明显的吗?文件或目录没找到

这个问题控制台说的很明确了,没有找到 E:\vue-source-trace\ublic\img\favicon.ico 下的图片文件