Hello all, We made this below change in package.json and build worked.
Before "runProd": "ng serve --proxy-config proxy.conf.json --prod", "build": "ng build --prod", After "runProd": "ng serve --proxy-config proxy.conf.json *--environment=prod*", "build": "ng build *--environment=prod*", For people who are facing UI build error, please check. Thanks, Karthik On Fri, Sep 28, 2018 at 9:18 PM Karthik Ananthakrishnan < [email protected]> wrote: > > https://user-images.githubusercontent.com/33152020/46206285-1f497b00-c341-11e8-9fe9-4fdc43ecb88e.png > > Image is attached in the git branch. Link is given above. > > Regards, > Karthik > > On Fri, Sep 28, 2018 at 5:46 PM Awasum Yannick < > [email protected]> wrote: > >> Hey Karthik, >> >> This list seems not to take attachments or pictures. Can you link the >> error >> to an external service and use url here? >> Or just paste the error in the email body. >> >> >> Thanks. >> >> On Fri, Sep 28, 2018 at 1:01 PM Karthik Ananthakrishnan >> <[email protected]> wrote: >> >> > Hello All, >> > >> > I tried running the "build" command from the latest fims-web-app branch >> > and i am getting the following error. Is anyone facing this and have >> > resolved the issue? >> > >> > [image: UI_Build_Error.png] >> > >> >
