I am trying to create a new application using angular CLI. I keep getting the "invalid configuration" error. I get the same error when I use the ng --version
command.
$ ng new angular_organicstore
An invalid configuration file was found
['/Users/USERNAME/.angular.json']. Please delete the file before
running the command.
Node version: 10.14.1
Any ideas on how can I fix this error ? Much appreciated.