我尝试使用这个 NPM:npm install tim-js-sdk --save 当我使用这个包运行应用程序而不运行调试时,它返回一个错误:
TypeError: undefined is not an object (evaluating 'ua.match')
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
但是当我运行调试时,没有错误,问题出在哪里?