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

yarn create eth-app not working on Linux #259

Open
bmarcot opened this issue Nov 27, 2023 · 2 comments
Open

yarn create eth-app not working on Linux #259

bmarcot opened this issue Nov 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@bmarcot
Copy link

bmarcot commented Nov 27, 2023

Bug Description
Task create-app fails.

Steps to Reproduce

Run yarn create eth-app my-app command. I have cleaned my yarn cache and removed global install of eth-app.

Expected Behavior
App should be created.

Additional Context

$ yarn create eth-app my-app
yarn create v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/benoit/.config/yarn/global/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.
@bmarcot bmarcot added the bug Something isn't working label Nov 27, 2023
@PaulRBerg
Copy link
Collaborator

Thanks for the report, @bmarcot. Could you please share your Yarn version and OS version?

I just ran yarn create eth-app my-app on my machine (yarn v1.22.19 and macOS v14.0) and the command worked fine.

@bmarcot
Copy link
Author

bmarcot commented Nov 27, 2023

Yarn is v1.22.19.

System is Linux ubuntu 6.2.0-37-generic #38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Node is v18.17.0.

@PaulRBerg PaulRBerg changed the title Failed to fetch package during create-app yarn create eth-app not working on Linux Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants