.c12 workspace from downloaded repository #53
Unanswered
MaciejJezierskiFiskars
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have a question if there is any way to resolve workspace link with c12. Assuming we are using pnpm in both repositories
I have situation where
Repository (monorepo) AA -> Contains package A which is linked to package B
so package.json in package A looks like this:
{
"dependencies": {
"B": "workspace:*"
}
}
Repository XX tires to extend via .c12 package A with install: true. Underneath AA is downloaded to node_modules and it's calling isolated AA -> A package which results in error: ERR_PNPM_WORKSPACE_PKG_NOT_FOUND
Is there any config which allows to ignore workspace and download package from registry instead?
Beta Was this translation helpful? Give feedback.
All reactions