摘要:
react 报错:'React' must be in scope when using JSX react/react-in-jsx-scope 解决: import React, {Component} from 'react'; R大写 阅读全文
摘要:
ERROR TypeError: fs.readdir is not a function lerna项目packages下,使用create-react-app创建的项目调用使用create-react-library创建的组件方法时报错 解决:未解决,删除create-react-app项目,重 阅读全文
摘要:
解决:降低yarn的版本,从1.22降到了1.18 yarn policies set-version 1.18.0 阅读全文
摘要:
can't find module react-scripts 原因:分包版本与root安装版本不一致, 解决:在分别下安装指定版本,yarn add react-scripts@3.4.1 阅读全文
摘要:
No packages found where lodash can be added 解决:去对应分包,用npm 安装,然后lerna bootstrap 阅读全文