Issue
I have this error using ng new project_name:
An invalid configuration file was found ['angular.json']. Please delete the file before running the command.
I am getting this error I don't know how to get the solution.
I uninstalled @angular/cli and installed again
npm clean cache doesnt work too (I dont know if it is problem of my npm version
npm version is 6.4.1
node version is 8.11.1
what do i need to solve the problem?
Solution
I deleted the file in c:\users\XXX\.angular.json and it was running ok.
Answered By - David
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.