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
For monorepo projects that uses turborepo for example, getMetadata does not allow for retrieving the whole list of sitecore dependencies due to the line:
Describe the Bug
For monorepo projects that uses turborepo for example,
getMetadata
does not allow for retrieving the whole list of sitecore dependencies due to the line:This either left
metadata.json
empty{}
or only contains an incomplete set of packages.To Reproduce
Run
npm run start:connected
on a monorepo-based projectExpected Behavior
metadata.json
should contain the list of required packagesPossible Fix
Remove
--workspaces false
parameter in thegetMetadata
npm commandProvide environment information
The text was updated successfully, but these errors were encountered: