software-mansion / radon-ide

VSCode extension that turns your editor into a fully fledged IDE for React Native and Expo.
https://ide.swmansion.com
Other
979 stars 33 forks source link

[monorepo] Workspace dependency not found #580

Open erickriva opened 1 month ago

erickriva commented 1 month ago

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

filip131311 commented 1 month ago

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.