Skip to content
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

pin flex-layout version to 2.0.0-rc.1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robertverdes
Copy link

ng serve will fail if flex-layout version 6 (latest) is installed. Also tried with 5 with no success.

WARNING in ./~/@angular/flex-layout/esm5/core.es5.js
49:11-19 "export 'DOCUMENT' was not found in '@angular/common'

WARNING in ./~/@angular/flex-layout/esm5/core.es5.js
425:63-71 "export 'DOCUMENT' was not found in '@angular/common'

WARNING in ./~/@angular/flex-layout/esm5/core.es5.js
1229:26-34 "export 'DOCUMENT' was not found in '@angular/common'

WARNING in ./~/@angular/flex-layout/esm5/core.es5.js
3090:63-71 "export 'DOCUMENT' was not found in '@angular/common'

WARNING in ./~/@angular/flex-layout/esm5/core.es5.js
3438:63-71 "export 'DOCUMENT' was not found in '@angular/common'

ERROR in ../ng4-animations-preview/node_modules/@angular/flex-layout/flex/typings/flex-offset/flex-offset.d.ts (9,32): Cannot find module '@angular/cdk/bidi'.

ERROR in ../ng4-animations-preview/node_modules/@angular/flex-layout/flex/typings/layout-gap/layout-gap.d.ts (9,32): Cannot find module '@angular/cdk/bidi'.

ERROR in Metadata version mismatch for module ../ng4-animations-preview/node_modules/@angular/flex-layout/typings/index.d.ts, found version 4, expected 3, resolving symbol AppModule in ../ng4-animations-preview/src/app/app.module.ts, resolving symbol AppModule in ../ng4-animations-preview/src/app/app.module.ts

ERROR in ./~/@angular/flex-layout/esm5/flex.es5.js
Module not found: Error: Can't resolve '@angular/cdk/bidi' in '../ng4-animations-preview/node_modules/@angular/flex-layout/esm5'
 @ ./~/@angular/flex-layout/esm5/flex.es5.js 12:0-63
 @ ./~/@angular/flex-layout/esm5/flex-layout.es5.js
 @ ./src/app/app.module.ts
 @ ./src/main.ts
 @ multi webpack-dev-server/client?http://localhost:4201 ./src/main.ts
webpack: Failed to compile.

ng serve will fail if flex-layout version 6 (latest) is installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant