-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug, feature request, or proposal:
[12:02:32] 'cdk:assets:schematics-ts' errored after 28 ms
[12:02:32] Error: tsc compilation failure
....
[12:02:32] 'build:devapp' errored after 53 ms
[12:02:32] Error in plugin 'run-sequence(cdk:assets:schematics-ts)'
Message:
tsc compilation failure
....
[12:02:32] 'cdk:build-no-bundles' errored after 53 ms
[12:02:32] Error in plugin 'run-sequence(build:devapp)'
Message:
tsc compilation failure
What is the expected behavior?
What is the current behavior?
after 'npm run demo-app'
[12:02:32] Starting 'build:devapp'...
[12:02:32] Starting 'cdk:build-no-bundles'...
[12:02:32] Starting 'cdk:assets:scss'...
[12:02:32] Finished 'cdk:assets:scss' after 14 ms
[12:02:32] Starting 'cdk:assets:copy-styles'...
[12:02:32] Starting 'cdk:assets:html'...
[12:02:32] Starting 'cdk:assets:schematics-ts'...
/bin/sh: /Users/Username/Downloads/new: No such file or directory
[12:02:32] 'cdk:assets:schematics-ts' errored after 28 ms
[12:02:32] Error: tsc compilation failure
.........
What are the steps to reproduce?
followed Readme file and started with #13781