You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
for those passing by and not actually caring to reproduce it themselves, the following errors occur;
added 1328 packages from 1044 contributors and audited 33329 packages in 33.383s
26 packages are looking for funding
run `npm fund` for details
found 88 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
> [email protected] ng /srv/app/cloud-reports/src/reporters/html
> ng "build" "--prod"
Schema validation failed with the following errors:
Data path ".builders['app-shell']" should have required property 'class'.
Error: Schema validation failed with the following errors:
Data path ".builders['app-shell']" should have required property 'class'.
at MergeMapSubscriber.project (/srv/app/cloud-reports/src/reporters/html/node_modules/@angular/cli/node_modules/@angular-devkit/core/src/workspace/workspace.js:173:42)
at MergeMapSubscriber._tryNext (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/operators/mergeMap.js:122:27)
at MergeMapSubscriber._next (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/operators/mergeMap.js:112:18)
at MergeMapSubscriber.Subscriber.next (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/Subscriber.js:103:18)
at MergeMapSubscriber.notifyNext (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/operators/mergeMap.js:141:26)
at InnerSubscriber._next (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/InnerSubscriber.js:30:21)
at InnerSubscriber.Subscriber.next (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/Subscriber.js:103:18)
at MapSubscriber._next (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/operators/map.js:92:26)
at MapSubscriber.Subscriber.next (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/Subscriber.js:103:18)
at SwitchMapSubscriber.notifyNext (/srv/app/cloud-reports/src/reporters/html/node_modules/rxjs/internal/operators/switchMap.js:122:26)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] ng: `ng "build" "--prod"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] ng script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-04-09T07_13_19_127Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `npm install && npm run copy-ejs && tsc && cd src/reporters/html && npm install && npm run ng build -- --prod && cd ../../..`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-04-09T07_13_19_144Z-debug.log
I'm looking for advice to fix it myself, guidance for a PR (i have no clue what's going on here), or acknowledgement of the bug and therefore will be fixed soon.
The text was updated successfully, but these errors were encountered:
reproduce using
for those passing by and not actually caring to reproduce it themselves, the following errors occur;
I'm looking for advice to fix it myself, guidance for a PR (i have no clue what's going on here), or acknowledgement of the bug and therefore will be fixed soon.
The text was updated successfully, but these errors were encountered: