将我的React应用程序推送到GitHub Pages时,我继续收到各种错误消息。通过GitHub查看时,一些项目只有一个空白屏幕,其他项目则出现404 page not found
错误,其他项目则显示一个页面,告诉我“该项目已被create react应用程序引导。”
我尝试使用几种不同的教程以不同的方式部署项目。
我上班的唯一一个项目是"deploy": "gh pages -b master -d build"
。我一直在项目中使用npm install gh-pages --save-dev
安装gh页面。
这是我在终端中收到的错误的示例:
sh: gh: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! count-up@0.1.0 deploy: `gh pages -b master -d build`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the count-up@0.1.0 deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/connortwele/.npm/_logs/2020-08-08T15_59_50_754Z-debug.log
MacBook-Pro:count-up connortwele$