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
Failing to install @gluestack-ui/config possibly due to incorrect peer dependency
CodeSandbox/Snack link
No response
Steps to reproduce
open existing react native cli project
try installing @gluestack-ui/config dependency with pnpm
gluestack-ui Version
1.0.7
Platform
Expo
React Native CLI
Next
Web
Android
iOS
Other Platform
No response
Additional Information
Using pnpm, @gluestack-ui/config is not automatically installed, when trying to install it manually with pnpm add @gluestack-ui/config I'm getting error @gluestack-style/themed is not in the npm registry, or you have no permission to fetch it.. Checked the package.json for @gluestack.ui/config, it seems peer dependency is misconfigured causing installation to fail.
The text was updated successfully, but these errors were encountered:
Hey @ondra-marik, Thanks for reporting issue. We have fixed this issue in our latest version of @gluestack-ui/[email protected]. Let me know if doesn't work.
Description
Failing to install @gluestack-ui/config possibly due to incorrect peer dependency
CodeSandbox/Snack link
No response
Steps to reproduce
gluestack-ui Version
1.0.7
Platform
Other Platform
No response
Additional Information
Using pnpm, @gluestack-ui/config is not automatically installed, when trying to install it manually with
pnpm add @gluestack-ui/config
I'm getting error@gluestack-style/themed is not in the npm registry, or you have no permission to fetch it.
. Checked thepackage.json
for@gluestack.ui/config
, it seems peer dependency is misconfigured causing installation to fail.The text was updated successfully, but these errors were encountered: