使用create-react-app
在github上部署使用gh-pages
创建的应用程序时,我遇到错误。
"file" argument must be a non-empty string
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-text-echo@0.1.0 deploy: `gh-pages -d build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-text-echo@0.1.0 deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
有人可以帮我弄清楚到底是什么问题吗?
我的github项目链接是-https://github.com/aagjalpankaj/react-text-echo
我的package.json文件是-https://github.com/aagjalpankaj/react-text-echo/blob/master/package.json