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
When installing directly from git, we have our package.json configured to run the build. We are currently using prepare for this, but yarn does not support that and recommends prepack instead.
You sure this install path from git works okay with Yarn >2?
This is from their documentation:
Note: For this workflow to work, make sure that each individual workspaces can be built just by running yarn install && yarn pack into each individual workspace. In particular, avoid third-party release scripts unless they use yarn pack under the hood.
Related: #1958 (comment)
When installing directly from git, we have our
package.json
configured to run the build. We are currently usingprepare
for this, but yarn does not support that and recommendsprepack
instead.npm docs seems to agree https://docs.npmjs.com/cli/v9/using-npm/scripts
The text was updated successfully, but these errors were encountered: