> cloned dcloudio/uni-preset-vue#vite to my-vue3-project
npm install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@dcloudio%2funi-uts-vite - Not found
npm ERR! 404
npm ERR! 404 '@dcloudio/uni-uts-vite@3.0.0-alpha-3050320220729002' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/test/.npm/_logs/2022-08-01T16_26_44_978Z-debug-0.log
npx degit dcloudio/uni-preset-vue#vite my-vue3-project
npm install
使用npm 创建项目, 报错了, 网上搜索, 自己看看代码, 没找到怎么解决这个问题.