美文网首页
react 保存更新 报错 process is not def

react 保存更新 报错 process is not def

作者: lovelydong | 来源:发表于2022-04-26 16:45 被阅读0次

    在你package.json里添加

    "resolutions": {
      "//": "See https://github.com/facebook/create-react-app/issues/11773",
      "react-error-overlay": "6.0.9"
    }
    

    删除yarn.lock文件

    删除node_modules依赖
    重新 yarn 搞定

    https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined

    相关文章

      网友评论

          本文标题:react 保存更新 报错 process is not def

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