ZINE Mahmoud
ZINE Mahmoud

Reputation: 1332

jhipster gateway microservice : npm start failled with " Unexpected end of JSON input while parsing near '...s.org\r\n\r\nwsFcBAEB' "

i m trying to test a basic microservice architecture with jHipster .

the gateway microservice on jhipster shot me this error :

enter image description here

Upvotes: 0

Views: 73

Answers (1)

ZINE Mahmoud
ZINE Mahmoud

Reputation: 1332

i just fixed my problem with a simple clean cache and npm install

> npm cache clean --force
> npm install

Upvotes: 1

Related Questions