美文网首页
react 源码调试坑

react 源码调试坑

作者: kofzx | 来源:发表于2021-12-18 18:14 被阅读0次

    按照文档的:https://zh-hans.reactjs.org/docs/how-to-contribute.html#development-workflow

    yarn build react/index,react/jsx,react-dom/index,scheduler --type=NODE
    

    运行之后,并没有 build/node_modules 目录,这种情况可能是 yarn 源的问题,用 npm run 来替代 yarn 试试(因为我 npm 的源有设置成 taobao 的了,而 yarn 还没有),至少此方法对我适用。

    npm run build react/index,react/jsx,react-dom/index,scheduler --type=NODE
    

    相关文章

      网友评论

          本文标题:react 源码调试坑

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