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

[turborepo] getting eror while installing #5656

Closed
srikanth-rakuten opened this issue Aug 2, 2023 · 5 comments
Closed

[turborepo] getting eror while installing #5656

srikanth-rakuten opened this issue Aug 2, 2023 · 5 comments
Labels
kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage

Comments

@srikanth-rakuten
Copy link

srikanth-rakuten commented Aug 2, 2023

What version of Turborepo are you using?

1.10

What package manager are you using / does the bug impact?

npm

What operating system are you using?

Mac

Describe the Bug

Unexpected error. Please report it as a bug:
Bv [Error]: self-signed certificate in certificate chain

Expected Behavior

it should install right

To Reproduce

Screenshot 2023-08-02 at 3 00 11 PM

Reproduction Repo

No response

@srikanth-rakuten srikanth-rakuten added area: turborepo kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage labels Aug 2, 2023
@NicholasLYang
Copy link
Contributor

Hi @srikanth-rakuten, thanks for the issue. This appears to be an issue with certificate signing in yarn. This issue might provide some potential solutions.

@srikanth-rakuten
Copy link
Author

No i tried both npm set strict-ssl false and yarn config set strict-ssl false --global but non worked

@NicholasLYang
Copy link
Contributor

Hmm. I'm not able to reproduce this. This does appear to be an issue with your package manager, and not turborepo specifically. Have you tried re-installing the package manager? What version are you using?

@srikanth-rakuten
Copy link
Author

I'm really sorry,still npx create-turbo is not working but I fallowed the step by step guide in turborepo and i was successful manually.

im using yarn 1.22.19 version

@mehulkar
Copy link
Contributor

mehulkar commented Nov 3, 2023

Hey @srikanth-rakuten this is almost guaranteed not an issue with turborepo as we simply run npm install (or yarn) to install packages. You can get around this by passing a flag to skip the installation npx create-turbo --skip-install and then installing packages yourself with your own toolchain. My guess is that you aren't able to install packages from npm's registry even outside turborepo.

Feel free to jump into our Discord #help channel if you still need help and someone might be able to help you, but as of now this does not look like a Turborepo issue.

@mehulkar mehulkar closed this as completed Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage
Projects
None yet
Development

No branches or pull requests

4 participants