kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.2k stars 61 forks source link

Trouble building @kobalte/core in forked repo #430

Closed jsimonrichard closed 2 months ago

jsimonrichard commented 2 months ago

Describe the bug I recently forked Kobalte (https://github.com/jsimonrichard/kobalte), but I can't build the core package on machine (or any other package depending on @kobalte/tests) without changing the dependency to "file:../tests." This fixes it on my machine, but breaks the CI build.

It appears that @kobalte/tests is a private package on NPM. Would you consider making that package public so that people outside of your organization can build @kobalte/core?

Or is this a new regression (I noticed there are already quite a few forks, nobody has raised this issue yet as far as I can tell)?

jer3m01 commented 2 months ago

@kobalte/tests is a local monorepo package (not on npm), make sure you're using pnpm@8 as a package manager.

jsimonrichard commented 2 months ago

It's working now, thank you. I wasn't using pnpm