美文网首页
[1月22日已修复]undefined is not a fun

[1月22日已修复]undefined is not a fun

作者: Mylovesunshine | 来源:发表于2019-01-24 15:05 被阅读11次

    网址:https://bbs.reactnative.cn/topic/6378/1%E6%9C%8822%E6%97%A5%E5%B7%B2%E4%BF%AE%E5%A4%8D-undefined-is-not-a-function-evaluation-object-getownpropertydescriptors-arguments-i/2

    已线上修复

    @晴明: 由于babel-helpers新版本的bug导致

    临时解决办法:
    package.json中加入:

     "resolutions": {
        "@babel/helpers": "7.2.0",
        "@babel/runtime": "7.2.0"
      }
    
    

    删掉node_modules文件夹,
    然后运行yarn && yarn start --reset-cache
    注意必须是用yarn运行,不能用npm

    相关文章

      网友评论

          本文标题:[1月22日已修复]undefined is not a fun

          本文链接:https://www.haomeiwen.com/subject/vgoyjqtx.html