Я не могу развернуть свое приложение create-реагировать на страницы GitHub
Я выполнил точные шаги, упомянутые здесь https://facebook.github.io/create-react-app/docs/deployment
Мой терминал выглядит так
> weather-app@1.0.0 deploy /path/weather-app
> gh-pages -d build
ENOENT: no such file or directory, stat '/path/weather-app/build'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! weather-app@1.0.0 deploy: `gh-pages -d build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the weather-app@1.0.0 deploy script.