gpt4 book ai didi

angular - 将 Angular 2 应用程序部署到 github 页面 - 失败

转载 作者:太空狗 更新时间:2023-10-29 17:31:34 25 4
gpt4 key购买 nike

我一直在尝试将我的 Angular 2 应用程序部署到 github 页面,以便我可以在托管的 github 链接上查看该应用程序,但到目前为止还没有成功。

我一完成我的应用程序,就运行了这些命令:

ng build --prod

git remote add origin "My REPO"
git commit -a
git push -u origin master

然后我尝试在终端上运行

ng github-pages:deploy

得到这个错误:

The specified command github-pages:deploy is invalid. For available options, see `ng help`.

经过研究,我浏览了这个页面并按照说明进行操作:https://www.npmjs.com/package/angular-cli-github-pages

我通过 npm 在我的项目目录中安装了 angular-cli-github-pages:

npm install --save-dev angular-cli-github-pages

它说我必须创建 gh-pages 所以我在下面运行了这个命令:

git checkout --orphan gh-pages

然后提交文件并推送更改并返回到原始主机并运行部署命令,它给了我同样的错误:

  The specified command github-pages:deploy is invalid. For available options, see `ng help`.

我一直在用不同的方法来来回回,但没有用。有人可以指出我应该怎么做才能将其正确部署到 github 页面吗?

最佳答案

我最近遇到了同样的问题。在 angular2 社区搜索了几个小时后,我发现 angular-cli-github-pages 模块已在最新的 angular-cli 版本中删除。要将 Angular 2 应用程序部署到 gh-pages ,您现在需要安装一个新的 npm 模块,它与旧的 angular-cli-github-pages 模块非常相似,但比以前的模块需要做更多的工作。

npm 模块是 angular-cli-ghpages .您可以在模块的 npmjs 页面上找到文档和步骤。

希望对你有帮助。

关于angular - 将 Angular 2 应用程序部署到 github 页面 - 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42662266/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com