0
votes

I want to make circle progress bar in ionic. I am install npm install [email protected] --save but i get error

  • npm WARN [email protected] requires a peer of @angular/core@^6.0.3 but none is installed. You must install peer dependencies yourself.
  • npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

  • [email protected] added 6 packages from 8 contributors, removed 1 package, updated 1 package and audited 55060 packages in 48.245s found 34 high severity vulnerabilities run npm audit fix to fix them, or npm audit for details

This is My angular version

1
The solution is literally in the warningsCarsten
Thank you for answer, can you give me example for solution in the warning, please?ShinAe
If a specific packages requires a peer of another package. Install that package........Carsten
i have install npm install -g npm-install-peers but still errorShinAe
can you try npm i -fFearcoder

1 Answers

0
votes

Simply run those

npm install @angular/[email protected]
npm install fsevents
npm audit fix