[BUG] Yarn build fails with "Workspaces can only be enabled in private projects" #2972
Closed
2 tasks done
Labels
BUG
Something isn't working
Is this a bug in companion itself or a module?
Is there an existing issue for this?
Describe the bug
Yarn seems to have set up some kind of restriction to building projects.
I was ab
Steps To Reproduce
tools/yarn.sh
)Expected Behavior
it should build ;)
Environment (please complete the following information)
Additional context
I was able to get around this by adding
private: true,
to thepackage.json
file at the top level of the repository.The text was updated successfully, but these errors were encountered: