Closed
Description
I just started a new project and I did everything as is in the GETTING_STARTED.md
After I did npm install --save @angular/material
I got:
[email protected] /path
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── @angular/[email protected]
└── UNMET PEER DEPENDENCY @angular/[email protected]
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
And when I did ng serve
I got:
ERROR in [default] /path/node_modules/@angular/material/core/gestures/MdGestureConfig.d.ts:4:39
Cannot find name 'HammerManager'.
ERROR in [default] /path/node_modules/@angular/material/slide-toggle/slide-toggle.d.ts:68:19
Cannot find name 'HammerInput'.
ERROR in [default] /path/node_modules/@angular/material/slider/slider.d.ts:61:19
Cannot find name 'HammerInput'.
ERROR in [default] /path/node_modules/@angular/material/slider/slider.d.ts:63:24
Cannot find name 'HammerInput'.
I tried to install npm install hammerjs
, but it doesn't work also.
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels