gh-pages терпит неудачу на `run deploy` - PullRequest
0 голосов
/ 13 января 2019

Развертывание страниц GitHub завершается неудачно, и я не знаю почему.

Уже удалил node_modules и переустановил их.

Это вывод с терминала:

> lvl-counter@0.1.0 deploy /Users/9to5dev/github/lvl-counter
> gh-pages -d build

sh: gh-pages: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! lvl-counter@0.1.0 deploy: `gh-pages -d build`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the lvl-counter@0.1.0 deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

    enter code here

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/9to5dev/.npm/_logs/2019-01-13T12_42_36_512Z-debug.log

Спасибо за вашу помощь!

1 Ответ

0 голосов
/ 28 марта 2019

Вы пытались установить gh-pages?

npm install gh-pages
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...