当我尝试在 Windows 11 VS Code 终端上使用 Bunx shadcn-ui@latest init 时,我不断收到错误,因为它找不到 glob。我需要使用 BUNX,以便可以运行 YouTube 上教程中的 VS Code。
我在尝试使用 VS Code 终端在 Windows 11 上设置项目时遇到了同样的问题。
首先,我创建了目录并运行命令
bunx create-next-app@latest .
来创建项目并选择了我想要的选项。
然后,我尝试使用
bunx --bun shadcn@latest init
安装shadcn,但出现以下错误:
错误:无法从以下位置找到包“fast-glob” “C:\Users\MyUser\AppData\Local\Temp unx-2275295236-shadcn@latest ode_modules\shadcn\dist\index.js"
我什至尝试运行
bunx --bun shadcn@latest add
之后,但同样的错误仍然存在。您是否也在尝试这样做,或者您正在做一些不同的事情?