When I’m trying to install the ionic native plugin
npm install --save @ionic-native/linkedin
I’m getting some error messages in my command prompt as
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.1.2 (node_modules\watchpack\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN @angular/platform-server@2.4.10 requires a peer of @angular/core@2.4.10 but none was installed.
npm WARN @angular/platform-server@2.4.10 requires a peer of @angular/common@2.4.10 but none was installed.
npm WARN @angular/platform-server@2.4.10 requires a peer of @angular/compiler@2.4.10 but none was installed.
npm WARN @angular/platform-server@2.4.10 requires a peer of @angular/platform-browser@2.4.10 but none was installed.
npm WARN @angular/router@3.4.10 requires a peer of @angular/core@2.4.10 but none was installed.
npm WARN @angular/router@3.4.10 requires a peer of @angular/common@2.4.10 but none was installed.
npm WARN @angular/router@3.4.10 requires a peer of @angular/platform-browser@2.4.10 but none was installed.
npm WARN bootstrap@4.1.1 requires a peer of jquery@1.9.1 - 3 but none was installed.
npm WARN bootstrap@4.1.1 requires a peer of popper.js@^1.14.3 but none was installed.
npm WARN @angular/compiler-cli@5.0.0 requires a peer of typescript@>=2.4.2 <2.5 but none was installed.
npm WARN tsickle@0.24.1 requires a peer of typescript@2.4.2 but none was installed.
npm WARN ionic2-auto-complete@1.6.2-alpha requires a peer of @angular/core@^4.0.0 but none was installed.
npm WARN @angular/core@2.4.10 requires a peer of zone.js@^0.7.2 but none was installed.
npm WARN @angular/platform-browser-dynamic@2.4.10 requires a peer of @angular/compiler@2.4.10 but none was installed.
npm WARN ngx-bootstrap@3.0.0 requires a peer of @angular/common@>=6.0.0 but none was installed.
npm WARN ngx-bootstrap@3.0.0 requires a peer of @angular/core@>=6.0.0 but none was installed.
npm WARN ngx-bootstrap@3.0.0 requires a peer of @angular/forms@6.0.1 but none was installed.
npm WARN react-native-card-stack-swiper@1.0.8 requires a peer of react@^16.0.0-beta.5 but none was installed.
npm WARN react-native-card-stack-swiper@1.0.8 requires a peer of react-native@^0.49.1 but none was installed.
How can I resolve this?