npm run build:ssr does not work in angular 8

后端 未结 3 2023
旧时难觅i
旧时难觅i 2021-02-20 18:12

I use angular 8 and server-side-rendering but i got error when i run npm run build:ssr As you can see, src is repeated twice home/app/front/**src

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-20 18:30

    ng add @nguniversal/express-engine
    

    run this command from inside your application folder

提交回复
热议问题