We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following docker install following error appears line 7 of dockerfile RUN npm run build -- --prod :
RUN npm run build -- --prod
#0 0.446 > ng build "--prod" #0 0.446 #0 15.22 #0 15.22 ERROR in node_modules/ngx-material-file-input/lib/model/file-input.model.d.ts:9:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 9 get files(): File[]; #0 15.22 ~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/model/file-input.model.d.ts:10:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 10 get fileNames(): string; #0 15.22 ~~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:29:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 29 get value(): FileInput | null; #0 15.22 ~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:30:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 30 set value(fileInput: FileInput | null); #0 15.22 ~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:31:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 31 get placeholder(): string; #0 15.22 ~~~~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:32:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 32 set placeholder(plh: string); #0 15.22 ~~~~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:36:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 36 get empty(): boolean; #0 15.22 ~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:37:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 37 get shouldLabelFloat(): boolean; #0 15.22 ~~~~~~~~~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:38:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 38 get required(): boolean; #0 15.22 ~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:39:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 39 set required(req: boolean); #0 15.22 ~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:40:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 40 get isDisabled(): boolean; #0 15.22 ~~~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:41:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 41 get disabled(): boolean; #0 15.22 ~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:42:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 42 set disabled(dis: boolean); #0 15.22 ~~~~~~~~ #0 15.22 node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:50:9 - error TS1086: An accessor cannot be declared in an ambient context. #0 15.22 #0 15.22 50 get fileNames(): string; #0 15.22 ~~~~~~~~~ #0 15.22 #0 15.30 npm ERR! code ELIFECYCLE #0 15.30 npm ERR! errno 1 #0 15.30 npm ERR! [email protected] build: `ng build "--prod"` #0 15.30 npm ERR! Exit status 1 #0 15.30 npm ERR! #0 15.30 npm ERR! Failed at the [email protected] build script.
have you ever encountered that? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following docker install following error appears line 7 of dockerfile
RUN npm run build -- --prod
:have you ever encountered that?
Thanks
The text was updated successfully, but these errors were encountered: