Search code examples
angular-cliangular-cli-v7

npm warn deprecated circular-json@0.5.9 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


Solution

  • 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.