We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running yarn start I get the following compile error:
yarn start
Cannot find module '../../build/Release/agora_node_ext'
I ran it on MacOS Big Sur. Any ideas how to solve it?
The text was updated successfully, but these errors were encountered:
For my windows build, I had the same issue. I tried the yarn package and used the exe and it works.
Sorry, something went wrong.
I do not have any mac. I guess there are two problems on mac:
I declare agora-electron-sdk as external module in gui/craco.config.js. But I am not sure the module path under mac environment.
gui/craco.config.js
I have no idea about agora-electron-sdk prebuild binary for mac. It may have some issues if yarn/npm trying to build it from sources.
yarn
npm
Can anyone help me with that ?
No branches or pull requests
After running
yarn start
I get the following compile error:I ran it on MacOS Big Sur. Any ideas how to solve it?
The text was updated successfully, but these errors were encountered: