Bun has been on every news aggregator and newsletter related to tech the past week due to its speed compared to create-react-app . I've tried to run it on Windows, but seems it is not supported yet. Does anyone know if they can run it on Windows?
Asked
Active
Viewed 597 times
1 Answers
2
Bun doesn't support Windows natively yet, but you can use Windows Subsystem Linux:
wsl --install
wsl bun

Nick McCurdy
- 17,658
- 5
- 50
- 82
-
Thanks, Nick. Can I run it on VS Code or do I need to install ubuntu? – Roy Awill Jul 11 '22 at 11:12
-
1You would need to install a distribution like Ubuntu in the Microsoft store. You don’t need to install the operating system manually though. VSCode can also use WSL. – Nick McCurdy Jul 11 '22 at 17:40