Vaibhav Gosavi

Results 10 comments of Vaibhav Gosavi

`npm` is the default pkg manager if none of any (`yarn`, `pnpm`, `bun`) detected. `create-next-app` works with bun if flagged with --bun as @cosigyn mentioned above. needs to be fixed,...

bun uses node internally also and with installation still on windows. ![Screenshot 2024-05-01 073635](https://github.com/oven-sh/bun/assets/81641747/8b0fccde-a08e-4911-9e1a-22f78e9ac582) ![Screenshot 2024-05-01 073806](https://github.com/oven-sh/bun/assets/81641747/82efd59e-0d54-409d-b2af-7ccc946a51cf) If it's flagged with `--bun` it install with bun. And mainly bun doesn't...

Bun Crashed again when I visit route that doesn't exist. GET /signin 404 in 673ms Bun v1.1.7 (b0b7db5c) Windows x64 Args: "C:\Users\admin\AppData\Local\Temp\bun-node-b0b7db5c0\node.exe", "C:\Users\\node_modules\next\dist\server\lib\start-server.js" Features: jsc Bun.stderr Bun.stdin Bun.stdout dotenv fetch(2)...

`⨯ error: Attempt to export a nullable value for "TextDecoderStream"` Compiling /_error ... `1 | (()=>{var __webpack_modules__={45:e=>{e.exports='"use strict";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar...

at what point exactly this crash occur ?

can you describe commands please ?

consider using following commands for `shadcn-ui` cli - `bunx --bun shadcn-ui@latest init` => to initialize shadcn-ui - `bunx --bun shadcn-ui@latest add` => to add any component with there name

can you describe how the error occurred ?

`bunx --bun shadcn-ui@latest init` use this and re-try..

> ### What version of Bun is running? > 1.1.4+fbe2fe0c3 > > ### What platform is your computer? > Microsoft Windows NT 10.0.19045.0 x64 > > ### What steps can...