Open raishid opened 8 months ago
Could you share the commands you ran to get to this state?
Could you share the commands you ran to get to this state?
ready, im using the command that is in the official nuxt documentation
bunx nuxi@latest init <project-name>
+1
Works fine for me, I am on macOS 14.4
What version of node are you running?
Same here. Im' on Windows 11 and Node 21 via NVM.
When I run bunx nuxi@latest init myproject
it says: error: Script not found "nuxi@latest"
.
It works in Powershell but not un regular CMD and using Cmdr which is my main terminal on Windows.
Microsoft Windows 11 Pro - node 20.x same issue.
Same..
Same issue.
Same. bunx nuxi@latest init project - error: Script not found "nuxi@latest". Windows 11
Problem solved. I removed the bun that I installed via npm, and installed it again using powershell -c "irm bun.sh/install.ps1|iex"
COMMAND
bunx nuxi@latest init nuxt-bun
What version of Bun is running?
error: File not found "*\AppData\Local\Temp\bunx-2327726586-nuxi@latest\node_modules\nuxi\bin\nuxi.mjs init Nuxt-Bun"
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
cant install Nuxt project
What is the expected behavior?
create folder structure project nuxt
What do you see instead?
No response
Additional information
No response