-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
@angular/flex-layout still issue on build #1936
Comments
I'm getting the same error after doing a fresh clone of the repo. how can I fix it? |
I am getting the same error. Similar to #1934 and #1935 Then got more error: I will try to use older version of mean to see if it works. |
I tried on another Windows instance and still fails with the same error message. |
During the build of the angular code, there are typescript errors.
My env
Angular CLI: 6.2.8
Node: 10.15.0
OS: win32 x64
Angular: 6.1.10
... animations, common, compiler, core, forms, http
... platform-browser, platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.7.5
@angular-devkit/build-angular 0.7.5
@angular-devkit/build-optimizer 0.7.5
@angular-devkit/build-webpack 0.7.5
@angular-devkit/core 0.7.5
@angular-devkit/schematics 0.8.8
@angular/cdk 6.4.7
@angular/cli 6.2.8
@angular/compiler-cli 6.0.3
@angular/flex-layout 6.0.0-beta.18
@angular/language-service 6.0.3
@angular/material 6.4.7
@ngtools/webpack 6.1.5
@schematics/angular 0.8.8
@schematics/update 0.8.8
rxjs 6.2.0
typescript 2.7.2
webpack 4.28.3
Error
C:\work\dev\github\mean>npm run build
Date: 2019-01-07T21:18:19.716Z
Hash: 09e41d7b7e0a69528edc
Time: 8704ms
chunk {0} runtime.ec2944dd8b20ec099bf3.js (runtime) 1.44 kB [entry] [rendered]
chunk {1} main.9868d9b237c3a48c54da.js (main) 128 bytes [initial] [rendered]
chunk {2} polyfills.85f47f0bf59079cbc23a.js (polyfills) 130 bytes [initial] [rendered]
chunk {3} styles.3e92439a2a9d421c820c.css (styles) 61.2 kB [initial] [rendered]
ERROR in node_modules/@angular/flex-layout/extended/typings/style/style.d.ts(72,67): error TS1144: '{' or ';' expected.
node_modules/@angular/flex-layout/extended/typings/style/style.d.ts(74,5): error TS1128: Declaration or statement expected.
node_modules/@angular/flex-layout/extended/typings/style/style.d.ts(74,33): error TS1005: ';' expected.
node_modules/@angular/flex-layout/extended/typings/style/style.d.ts(74,39): error TS1109: Expression expected.
node_modules/@angular/flex-layout/extended/typings/style/style.d.ts(79,5): error TS1128: Declaration or statement expected.
node_modules/@angular/flex-layout/extended/typings/style/style.d.ts(80,1): error TS1128: Declaration or statement expected.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mean@2.0.2 build:
ng build --prod
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mean@2.0.2 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! C:\Users\monst\AppData\Roaming\npm-cache_logs\2019-01-07T21_18_19_872Z-debug.log
The text was updated successfully, but these errors were encountered: