【发布时间】:2021-02-01 08:24:12
【问题描述】:
所以我正在关注关于如何将反应应用程序部署到 github 的 Youtube 教程,我遵循了以下步骤: 1-npm 安装 gh-pages --save-dev 2-在github中创建了一个repo 3-git远程添加原点https://github.com/alisliim/Eurikso-Mobility-Academy.git 4-添加 “主页”:“https://github.com/alisliim/Eurikso-Mobility-Academy” “预部署”:“npm 运行构建” “部署”:“gh-pages -d 构建” 在杰森文件中 但是当我运行 npm run deploy 命令时它不起作用并且我收到此错误:This is a screen shot of the error since i couldnt copy it 请提供任何帮助
【问题讨论】:
标签: node.js reactjs git github react-redux