You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The warning "Cannot find base config file ./.svelte-kit/tsconfig.json" only appears when bun install is used instead of yarn or npm install. Not a big problem, though, because yarn dev still runs, and after the initial warning message, a tsconfig.json seems to be added automatically by SvelteKit.
Reproduction
npm create svelte@latest my-app
cd my-app
bun install
yarn dev (or npm run dev)
(Can't use StackBlitz because it bun isn't installed.)
Does Bun support or respect postinstall scripts? If so, enabling that would be the way to address this. If not, this is working as expected, and there's not really anything that can reasonably be done, but this warning isn't really a problem.
It looks like it currently only runs postinstall on your own project, but not your project's dependencies, so that seems like the issue: https://twitter.com/jarredsumner/status/1555008750120865792. This is an issue in bun and not in SvelteKit, so I'm going to go ahead and close this
Describe the bug
The warning "Cannot find base config file ./.svelte-kit/tsconfig.json" only appears when
bun install
is used instead ofyarn
ornpm install
. Not a big problem, though, becauseyarn dev
still runs, and after the initial warning message, atsconfig.json
seems to be added automatically by SvelteKit.Reproduction
npm create svelte@latest my-app
cd my-app
bun install
yarn dev
(ornpm run dev
)(Can't use StackBlitz because it bun isn't installed.)
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: