lula / ngx-soap

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

Cannot find module "uuid/v4" #86

Closed Gary0933 closed 3 years ago

Gary0933 commented 4 years ago

after i run the npm install command, and import into the project like u said, but always popup errors as below "Cannot find module 'uuid/v4'"

AndreyBespamyatnov commented 3 years ago

Have you tried this:

npm install --save buffer concat-stream core-js crypto-js events lodash sax stream uuid

llulani commented 3 years ago

@Gary0933 see here

@AndreyBespamyatnov many thanks for you help!

AjithAyyappan commented 3 years ago

"uuid": "^8.3.1","uuidv4":"^6.2.4"

I have installed both uuid and uuidv4. But, still it shows the error: "ngx-soap has missing dependencies: uuid/V4"

AjithAyyappan commented 3 years ago

"uuid": "^8.3.1", "uuidv4":"^6.2.4",

I have installed both uuid and uuidv4. But, still it shows the error: "ngx-soap has missing dependencies: uuid/V4"

I solved it by npm install uuid@^3.3.2

MonneratRJ commented 1 year ago

How can you make this work now on 2023?? I can't downgrade my uuid version