Angular-cli build with base-href also return programs folder when using git bash

后端 未结 4 1066
南方客
南方客 2020-12-31 07:32

I\'m trying to build my angular project with the angular-cli in a MINGW64 docker box on a Windows 7 Pro machine.

In git bash, the command I am using is:



        
4条回答
  •  孤城傲影
    2020-12-31 08:22

    Late answer, but I faced with the similar problem and it occured that issue in MINGW (I tried to run ng-serve with --base-href parameter through GIT Bash on Windows 10). Solved just by running in Powershell instead of GIT Bash - base-href parameter is handled fine there.

提交回复
热议问题