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
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