Closed dst3p closed 5 years ago
Some questions:
gulp.task('compile', ['copy:vendor', 'bundle:vendor', 'compile:sources', 'test']);
remove the test task, so that the line looks like:
gulp.task('compile', ['copy:vendor', 'bundle:vendor', 'compile:sources']);
then try running npm run start
again. Does it actually start serving?
Sorry for the very delayed response.
No worries! Thanks for getting back to me. I'm running this on Windows 10. I'll try running this today with the changes you've requested and report back.
Sweet, that worked! Thank you. Now just have to get past a CORS issue in the browser.
I've forked the repository, and have followed the steps outlined in the ReadMe, however I was unable to successfully execute
npm run start
due to the following error:Commenting out the
test
function in the gulp file allowed compileHowever, I'm still unable to start the service. Any help would be appreciated. I've updated the dev fields in
appConfig.service.ts
as indicated in the readmeThanks!