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
I have just downloaded the project and followed setup steps as instructed, but unable to run the project getting below error.
bundling failed: Error: Unable to resolve module @babel/runtime/helpers/interopRequireDefault from /Downloads/agora-react-native-rtm-master/src/index.ts
I tried some solutions from stack overflow
npm add @babel/runtime
npm add @babel/core
npm install
but not working
The text was updated successfully, but these errors were encountered:
I have just downloaded the project and followed setup steps as instructed, but unable to run the project getting below error.
bundling failed: Error: Unable to resolve module
@babel/runtime/helpers/interopRequireDefault
from/Downloads/agora-react-native-rtm-master/src/index.ts
I tried some solutions from stack overflow
npm add @babel/runtime
npm add @babel/core
npm install
but not working
The text was updated successfully, but these errors were encountered: