vyakymenko / angular-seed-express

[DEPRECATED, Please use https://github.com/vyakymenko/angular-express] Extensible, reliable and modular starter project for Angular 7 with statically typed build AoT compilation, Express server and PM2 Daemon.

Home Page:https://github.com/vyakymenko/angular-seed-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem running 'npm run build.prod'

rylphs opened this issue · comments

When I run ''npm run build.prod", I get the following error


tools/tasks/seed/build.index.prod.ts (8,3): Module '"/home/07125220690/projects/tradingman/tools/config"' has no exported member 'APP_DEST'. (2305)
tools/tasks/seed/build.index.prod.ts (9,3): Module '"/home/07125220690/projects/tradingman/tools/config"' has no exported member 'APP_SRC'. (2305)

Looking at the file seed.config.ts indeed there is no 'APP_DEST' or 'APP_SRC' declared.

@rylphs, thanks for find this one , will fix it very soon

You're welcome, and thank you for the seed, it saved me so much time!

@rylphs , if everything is ok now, we can close the issue.

@vyakymenko, everything is ok you can close the issue. Thanks!