I just cloned an angular 6 project from bitbucket, did npm install
and all the related tasks, it seems to be working well, but when I try to generate a new component using the angular-cli tool "ng generate component
", I get the error
"Unexpected token / in JSON at position 629"
How can I fix this?