This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Description
When I run
pnpm i @skeletonlabs/floating-ui-svelte
I got this error:
../node_modules/.pnpm/@[email protected][email protected]/node_modules/@skeletonlabs/floating-ui-svelte: Running postinstall script...
ELIFECYCLE Command failed.
when I look in thepackage.json of floating-ui-svelte I see this line:
"postinstall": "svelte-kit sync",
however I don't use svelte-kit and don't have it installed. I think this line should be removed.
I was able to install it by putting an empty bash script svelte-kit in my PATH.