kitschpatrol / svelte-tweakpane-ui

A Svelte component library wrapping UI elements from Tweakpane, plus some additional functionality for convenience and flexibility.
https:///kitschpatrol.com/svelte-tweakpane-ui
MIT License
105 stars 3 forks source link

Local forked build failing on patch #14

Closed cristianvogel closed 2 months ago

cristianvogel commented 2 months ago
svelte-tweakpane-ui % pnpm install  
Scope: all 2 workspace projects
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: @astrojs/starlight@0.24.0

trying to build locally from fork, so I can tweak the tweakpane a bit... is this something I can get around?

kitschpatrol commented 2 months ago

Yes, a patch is out of sync with the latest version of what it's trying to patch. I've just now pinned the @astrojs/starlight dependency and updated the patch. Please pull the latest commit from main and give it another shot. Let me know if you run into additional issues or have any questions.

You will likely see a warning like below while running pnpm install, but it's not important and is pending a fix in the dependent library:

└─┬ @kitschpatrol/shared-config 4.7.1
  ├─┬ @kitschpatrol/eslint-config 4.7.1
  │ └─┬ eslint-plugin-perfectionist 2.10.0
  │   └── ✕ unmet peer astro-eslint-parser@^0.16.0: found 1.0.2 in @kitschpatrol/eslint-config
kitschpatrol commented 2 months ago

Please re-open if you're still having trouble building the project, or if you have other questions.

cristianvogel commented 2 months ago

What I was working on is up now, https://nel-shifter-mesh.vercel.app/

Thanks for all the help, I gave this project front page acknowledgement!

On Fri, Jun 14, 2024, 18:47 Eric Mika @.***> wrote:

Please re-open if you're still having trouble building the project, or if you have other questions.

— Reply to this email directly, view it on GitHub https://github.com/kitschpatrol/svelte-tweakpane-ui/issues/14#issuecomment-2168412408, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADB4C6UTY5I6SWSEQ6EYOOTZHMNDNAVCNFSM6AAAAABJD5KNISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYGQYTENBQHA . You are receiving this because you authored the thread.Message ID: @.***>

kitschpatrol commented 2 months ago

Congrats on the launch, and thanks for the acknowledgement. The theme looks really good!