Nikita Govorov

Results 30 comments of Nikita Govorov

When the project hangs, what do you see on the `Status` and `Startup Events` screens?

Rolling back https://github.com/kelleyma49/PSFzf/commit/01be067d2b035088c5337ba528dbeb17d8effe22 fixes the issue.

Might be related to https://github.com/wez/wezterm/issues/4502

@PatrickKennedy Could you share the contents of `s:\ccctc\laravel-coci-redux\Laravel\node_modules\vite\bin\vite.js` and `s:\ccctc\laravel-coci-redux\Laravel\node_modules\.pnpm\[email protected]_@[email protected][email protected]\node_modules\vite\bin\vite.js` after reproducing the issue?

@PatrickKennedy Thanks for reporting this issue! It has been fixed in v1.0.468.

Thanks for opening the issue! Could you please check if the problem is reproducible in a fresh project created with `npx create-next-app@latest empty-next-app --use-bun` Also, how are you logging in...

Could you also please try running `mv .next .next_backup` in your project and then `bun dev` to see if it fixes the issue?

Could you please share your `package.json` file as well? In the meantime, while we investigate the issue, you can run the `Console Ninja: Pause` command in VS Code to pause...

Thanks for sharing your package.json. Could you please try to reproduce the issue using this [repository](https://github.com/wallabyjs/cn-436.git)? ```sh git clone https://github.com/wallabyjs/cn-436.git cd cn-436 bun install code . bun dev

@Prgm-code Thanks for providing the reproduction steps. Unfortunately, I’m still unable to reproduce the issue on my side. Could you please try to reproduce it in your environment using this...