Replies: 1 comment 1 reply
-
It does that by default but the point of
Yes, but you don't need pnpify for
I'd guess you lack a dependency on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I run pnpify with
pnpMode: strict
in workspaces?For example I need to run
tsc
on one of the packages:I try
yarn workspace innerPackage pnpify tsc
. And fails with errorUsage Error: Couldn't find a script named "pnpify"
.Should I install
@yarnpkg/pnpify
for each package or is there any alternatives?When I add
@yarnpkg/pnpify
to the inner package and runyarn pnpify tsc -b
. It's not able to resolvereact
in referenced modules and fails with:Same as I would run it without pnpfy.
Beta Was this translation helpful? Give feedback.
All reactions