Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine error message for pnpm if user's missing dependency access for IDE #249

Open
RanolP opened this issue May 14, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@RanolP
Copy link
Collaborator

RanolP commented May 14, 2024

Description

We wish the extension to provide some useful messages about ide's phantom dependency access for pnpm users.

With some configurations, we can use pnpm with react-native since react-native supports symlink well. however, some dependencies react-native-ide accessing considered missing due to phantom dependency access prevention of pnpm.
I think we can improve this error message to promote the use of pnpm's public-hoist-pattern or just show a message containing the dependencies required for react-native-ide.

Environment

  • Version of currently used React Native IDE: v0.0.10-beta
  • Version of React Native/Expo used in the project: 0.73.6 (with some patches for covering our internal use cases - e.g. custom prop we extended on the RCTModalHostView)
@RanolP RanolP added the enhancement New feature or request label May 14, 2024
@RanolP
Copy link
Collaborator Author

RanolP commented May 14, 2024

Could we utilize #178 infrastructure when it gets implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant