其他分享
首页 > 其他分享> > 【React Native错误集】Import fails with "Failed to execute 'ImportScripts' on 'Worker

【React Native错误集】Import fails with "Failed to execute 'ImportScripts' on 'Worker

作者:互联网

  错误1、Import fails with "Failed to execute 'ImportScripts' on 'WorkerGlobalScope'"

  解决1、如果是在Degbug模式下,关闭turn off Debug JS Remotely。再重新运行即可。

  

  错误2:rn报错 unhandled JS Exception: Requiring unknown module "49". if you are sure the module is there,t...

  解决2:如果是在npm install之后报上述错误,是因为代码reload了 没有重启服务导致。关闭终端,重新运行即可。

标签:fails,错误,WorkerGlobalScope,ImportScripts,module,JS,Failed,Import
来源: https://www.cnblogs.com/xjf125/p/12272017.html