Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module "uuid/v4" #86

Closed
Gary0933 opened this issue Sep 16, 2020 · 5 comments
Closed

Cannot find module "uuid/v4" #86

Gary0933 opened this issue Sep 16, 2020 · 5 comments

Comments

@Gary0933
Copy link

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
Copy link

Have you tried this:

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

@llulani
Copy link
Contributor

llulani commented Sep 24, 2020

@Gary0933 see here

@AndreyBespamyatnov many thanks for you help!

@AjithAyyappan
Copy link

AjithAyyappan commented Oct 14, 2020

"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
Copy link

AjithAyyappan commented Oct 14, 2020

"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

@lula lula closed this as completed Nov 9, 2020
@MonneratRJ
Copy link

MonneratRJ commented May 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants