I am using one angular6 project where I want to create service/component using ng generate command but giving some weird and unspecific error
ng generate service services/globalVariables
Error coming : Unexpected token / in JSON at position 403
Can we get some reason for this and which file has this Unexpected token '/' ?
