when I'm trying to install @angular-cli i'm getting the following warning

2.8k views Asked by At

Getting these warnings while installing @angular-cli. Are these serious issues or is there something I'm missing?

   npm WARN deprecated [email protected]: this library is no longer supported
   npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
   npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
2

There are 2 answers

0
Jithin Raju Peringala On

Try sudo npm install -g @angular/cli

0
xDSticker On

Hello Harsha Murupudi,

that comes from dependencies angluar-cli has itself. The only thing you can do is to keep your applications updated but even @angular/[email protected] has this old [email protected] as a dependency.

Checkout dependencies of angluar-cli by visiting: https://www.npmjs.com/package/@angular/cli and click on: "Dependencies".