我运行了以下命令:npm i -g angular-cli-ghpages
之后我运行了以下命令:ng github-pages:deploy
为什么我总是收到以下消息:
The specified command github-pages:deploy is invalid. For available options, see `ng help`.
答案 0 :(得分:0)
ng github-pages:deploy从angular-cli的最新版本中移除
执行此操作:
ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"
angular-cli-ghpages [OPTIONS]
有关详细信息,请参阅angular-cli-ghpages
答案 1 :(得分:0)
使用
使用--base-href构建项目ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"
检查dist文件夹中是否包含所有文件。 您需要转到存储库设置并在gh-pages分支上启用部署。完成后,转到命令提示符并运行
ngh
您可以在以下位置找到分步说明 https://www.npmjs.com/package/angular-cli-ghpages