Angular migration (from 4 to 6) e2e --proxy-config not working
问题 I've been currently migrating my app from 4 to 6 and I can not executing my proxy script for my e2e tests . The script listing looks as follows: "scripts": { "ng": "ng", "start": "ng serve", "start:tst1": "ng serve --proxy-config config/proxy/proxy.tst1.json", "start:tst5": "ng serve --proxy-config config/proxy/proxy.tst5.json", ... "test:watch": "ng test", "lint": "ng lint --type-check true", "e2e": "ng e2e", "e2e:tst1": "ng e2e --proxy-config config/proxy/proxy.tst1.json", "e2e:tst5": "ng