0

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

the gateway microservice on jhipster shot me this error :

enter image description here

ZINE Mahmoud
  • 1,272
  • 1
  • 17
  • 32

1 Answers1

1

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

> npm cache clean --force
> npm install
ZINE Mahmoud
  • 1,272
  • 1
  • 17
  • 32