I've taken a project I'm studying for a course. I installed the dependencies of the node with the command npm install
and everything went well.
Initializing the webPack with the command ng serve
shows this error:
Your global Angular CLI version (6.0.1) is greater than your location version (1.5.0). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
Does anyone know what to do in this case?