gitbutlerapp/gitbutler

Error when starting app on windows with `pnpm tauri dev`

Open

#12,105 创建于 2026年2月1日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Rust (19,787 star) (862 fork)batch import
bughelp wantedos:windows

描述

Version

0.18.7

Operating System

Windows

Distribution Method

msi (Windows)

Describe the issue

I just run pnpm tauri dev and it starts with no errors but the screen is blank

And when I check console of the browser. I see these errors

(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js net::ERR_CONNECTION_RESET
(anonymous) @ (index):20
(index):1  Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js
(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/apps/desktop/.svelte-kit/generated/client/app.js net::ERR_CONNECTION_RESET

How to reproduce (Optional)

Run pnpm tauri dev

Expected behavior (Optional)

To show the app and not a blank screen with no errors in the console

Relevant log output (Optional)

(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js net::ERR_CONNECTION_RESET
(anonymous) @ (index):20
(index):1  Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js
(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/apps/desktop/.svelte-kit/generated/client/app.js net::ERR_CONNECTION_RESET

贡献者指南

Error when starting app on windows with `pnpm tauri dev` · gitbutlerapp/gitbutler#12105 | Good First Issue