Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

npm warn deprecated [email protected] while install angular 7

I'm installing angular 7 but its giving error, when i create new project.

node -v v10.12.0

npm -v 6.4.1

Error Screenshot

enter image description here

This is another issue:-

'git' is not recognized as an internal or external command

enter image description here

like image 614
Rohit Verma Avatar asked Nov 30 '25 10:11

Rohit Verma


1 Answers

You should use the following command before you create the new app using angular CLI:

npm cache clean --force

It will clean the cache forcefully.

like image 140
Rohit Sharma Avatar answered Dec 02 '25 05:12

Rohit Sharma



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!