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
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
When I run chakra cli on postinstall I expect it to be able to handle yarn workspace symlinks for local packages in a mono repo. However it fails to find said file even though it exists at the path in question.
My setup is like this
Root
-packages
-theme
-app
Importing from theme in app/src/theme.ts causes chakra cli to fail on postinstall.
I'm currently getting around this by providing the relative path instead of the package name path.