gpt4 book ai didi

material-ui - 我如何在本地运行 material-ui

转载 作者:行者123 更新时间:2023-12-03 23:54:44 24 4
gpt4 key购买 nike

我正在尝试在本地运行 material-ui 文档。我下载了 material-ui 仓库

https://github.com/mui-org/material-ui/

npm 安装了吗

现在,当我尝试运行它时,出现以下错误

错误 编译失败,出现 5 个错误 11:06:22

未找到这些依赖项:

  • react-jss/lib/contextTypes in ./packages/material-ui/src/styles/withStyles.js
  • react-jss/lib/ns 在 ./packages/material-ui/src/styles/withStyles.js
  • ./packages/material-ui/src/styles/withStyles.js 中的 recompose/getDisplayName
  • ./packages/material-ui/src/styles/withTheme.js, ./packages/material-ui/src/styles/withStyles.js 中的 recompose/wrapDisplayName

  • 要安装它们,您可以运行: npm install --save react-jss/lib/contextTypes react-jss/lib/ns recompose/getDisplayName recompose/wrapDisplayName

    正如我尝试运行时的错误状态
    npm install --save react-jss/lib/contextTypes react-jss/lib/ns recompose/getDisplayName recompose/wrapDisplayName

    我收到以下错误
  • 要求我访问我无权访问的存储库
  • npm 错误!无法从“react-jss\lib\contextTypes”安装,因为它不包含 package.json 文件。

  • 我如何让这个在本地运行?

    最佳答案

    Material UI 使用 yarn workspaces管理跨多个包的依赖项。要一次安装所有依赖项,您需要使用 yarn 而不是 npm。

    如果您使用 npm ,你需要运行 npm install对于 packages/ 中的每个包目录。

    有关更多信息,请参阅 Material-UI 的 contributing guidelines

    需求

  • 节点 >= 8.0
  • Yarn 最新版本 ( how to install/upgrade )

  • 在本地运行文档

    1. 将存储库克隆到本地计算机。
    $ git clone https://github.com/mui-org/material-ui.git
    $ cd material-ui

    2. 安装依赖
    $ yarn

    3. 启动开发服务器
    $ yarn docs:dev

    这会以开发模式启动文档站点。对代码进行更改将热重新加载站点。

    If you make changes to TypeScript files in the docs run yarn docs:typescript --watch in a separate terminal.

    关于material-ui - 我如何在本地运行 material-ui,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50731633/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com