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 was archived by the owner on Jan 6, 2025. It is now read-only.
I get peer dependency error while doing npm install of flex-layout
What is the expected behavior?
Should be able to install the flex-layout without any dependency error.
What is the current behavior?
Throws peer Dependency error.
What are the steps to reproduce?
Providing a StackBlitz (or similar) is the best way to get the team to see your issue.
StackBlitz starter using latest npm nightly release:
Just create a brand new Angular 5 app. then do npm install of flex-layout
"@angular/flex-layout": "^2.0.0-beta.10-4905443"
What is the use-case or motivation for changing an existing behavior?
I want to use Angular 5 with flexlayout
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5, Angular Material 5
Is there anything else we should know?
HERE BELOW ARE THE ERROR LOGS:
Now it appears to be warning.. but when I deploy to my cloud environment it throws error.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\ch
okidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}
)
npm WARN @angular/flex-layout@2.0.0-beta.10-4905443 requires a peer of @angular/
core@~4.4.4 but none was installed.
npm WARN @angular/flex-layout@2.0.0-beta.10-4905443 requires a peer of @angular/
common@~4.4.4 but none was installed.
npm WARN codelyzer@3.2.2 requires a peer of @angular/compiler@^2.3.1 || >=4.0.0-
beta <5.0.0 but none was installed.
npm WARN codelyzer@3.2.2 requires a peer of @angular/core@^2.3.1 || >=4.0.0-beta
<5.0.0 but none was installed.
npm WARN @walmart/prcui@0.0.8 No license field.