Mehmet Yıldırım

Results 4 comments of Mehmet Yıldırım

updating angular cli didn't help . tns create command doesn't put schema.json in its folder. ![image](https://user-images.githubusercontent.com/11816983/53884272-43b22d80-402c-11e9-9315-bd99128d193e.png)

deleting node_modules and npm install helped. Now ng generate component now works but ng generate service doesn't still no schema.json file in its folder.

Problem solved.... npm uninstall -g @angular/cli npm cache verify npm install -g @angular/cli