将angular-cli项目部署到github页面时出错

时间:2016-05-13 22:08:55

标签: angular-cli

我第一次尝试将第一个angular-cli应用程序部署到github页面时出现以下错误。我该如何解决这个问题?

"你必须在angular-cli项目中才能使用github-pages:deploy命令。"

[18:07:12] (gh-pages) ang-cli
// ♥ ls -l
total 1480
drwxr-xr-x+  7 Dan  staff     238 May 13 17:11 app
drwxr-xr-x+ 10 Dan  staff     340 May 13 17:11 dist
-rw-r--r--+  1 Dan  staff    5430 May 13 17:11 favicon.ico
-rw-r--r--+  1 Dan  staff    1102 May 13 17:11 index.html
-rw-r--r--+  1 Dan  staff  735813 May 13 17:11 main.js
drwxr-xr-x+ 93 Dan  staff    3162 May 13 17:19 node_modules
-rw-r--r--+  1 Dan  staff    1572 May 13 17:11 system-config.js
drwxr-xr-x+ 43 Dan  staff    1462 May 13 17:11 tmp
-rw-r--r--+  1 Dan  staff     455 May 13 17:11 tsconfig.json
drwxr-xr-x+  6 Dan  staff     204 May 13 16:21 typings
drwxr-xr-x+  6 Dan  staff     204 May 13 17:11 vendor
[18:07:19] (gh-pages) ang-cli
// ♥ ng github-pages:deploy --message "Initial deployment"
You have to be inside an angular-cli project in order to use the github-pages:deploy command.
[18:07:30] (gh-pages) ang-cli

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题。我这样修好了。

git pull origin master

如果您在github上有远程项目,请在上面写上。我认为你对angular-cli有不同的文件夹结构。