0

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 '/' ?

enter image description here

Anil Arya
  • 3,100
  • 7
  • 43
  • 69

1 Answers1

0

This is duplicate of link

Accidentally made a comment. Open up angular.json and look for '/' on the line or 'position' specified. JSON does not support comments.

Anil Arya
  • 3,100
  • 7
  • 43
  • 69