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
FYI, one of the purposes of configure-agora-sdk.js is updating the .npmrc file before yarn install, so that agora-electron-sdk will read correct values before it downloads the binary.
However, this behavior is not needed after using pnpm's neverBuiltDependencies. The downloading work is totally handed to the main-app/postinstall script.
The node-linker=hoisted option was used to address some badly developped storybook plugins. But that will cause the other problem -- common dependencies in different versions will be hard to locate the correct version. In case you haven't seen it, the dependency find-up has 4 versions in our project:
So how could that option break things? It is because when you have multiple different versions of the same package, pnpm will create symlinks to different folders (all hoisted to the top), like such:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@crimx
Originally posted by @BlackHole1 in #1442 (comment)
The text was updated successfully, but these errors were encountered: