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

[monorepo] Workspace dependency not found #580

Open
erickriva opened this issue Oct 1, 2024 · 1 comment
Open

[monorepo] Workspace dependency not found #580

erickriva opened this issue Oct 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@erickriva
Copy link

erickriva commented Oct 1, 2024

Description
When trying to start packager, local monorepo packages can't be installed.

For dependency (mobile/mobile-app/package.json):

{
  "local-package": "workspace:*"
}

This error is thrown:

error: Workspace dependency "local-package" not found
Searched in "..\..\..\..\..\F:\dev\micro-services-monorepo\mobile\mobile-app\*"
Workspace documentation: https://bun.sh/docs/install/workspaces

From Bun docs:

When referencing other packages in the monorepo, use "workspace:*" as the version field in your package.json.

Environment

  • OS: Windows 11
  • Version of currently used Radon IDE: v0.0.19
  • Version of React Native/Expo used in the project: RN 0.75.2/Expo 51.0.34
  • Any other versions of tools related to the problem: Bun 1.1.29
@erickriva erickriva added the bug Something isn't working label Oct 1, 2024
@filip131311 filip131311 added enhancement New feature or request and removed bug Something isn't working labels Oct 4, 2024
@filip131311
Copy link
Collaborator

Hello, thank you for your feedback! I changed the flag as we currently do not support bun, but it is in our plans and I'll keep you updated.

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

2 participants