lula / ngx-soap

Simple SOAP client for Angular
MIT License
66 stars 61 forks source link

Error with missing dependencies: uuid/v4 #76

Open nabbl opened 4 years ago

nabbl commented 4 years ago

Hi I really would like to use this but as soon as I try to start it (after installing all necessary dependencies) I get the error:

ERROR in The target entry-point "ngx-soap" has missing dependencies:
 - uuid/v4

Anybody got an idea what to do?

Greetings

nabbl commented 4 years ago

Hm seems to work when I downgrade the "uuid" dependency to 3.3.2

sergiolondono commented 4 years ago

I have the same problem, but the solution doesn't work in my application.

lula commented 4 years ago

With uuid@3.3.2 should actually work (so it's in repo package.json)

pisouris commented 4 years ago

Hola, en mi caso se solucionó ejecutando npm install uuid En package.json quedó "uuid": "^3.4.0"

MonneratRJ commented 1 year ago

I can't downgrade uuid in my project, what now? :/