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, ornpm audit
for details
npm i -f
– Fearcoder