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
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
The text was updated successfully, but these errors were encountered:
Description
When trying to start packager, local monorepo packages can't be installed.
For dependency (
mobile/mobile-app/package.json
):This error is thrown:
From Bun docs:
Environment
The text was updated successfully, but these errors were encountered: