-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Problem setting up fork to provide contributions #2072
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
Comments
I think this is a Yarn bug that was fixed yesterday. |
Do you know what version of Yarn is needed? ... I seem to be on the latest version from the Debian package:
|
Yea, CI is not fixed either 😞 cc @bestander |
OK, thanks for clarifying the situation. Just bad timing on my part that I tried to do this today by the looks of things! Thanks for the fast response as always! |
Seems like it should work with Yarn 0.22 (which was before the bug was intro'd). |
Yeah, I suggest to rollback to 0.22, we should fix it in 0.24 this week
…On 3 May 2017 at 17:04, Dan Abramov ***@***.***> wrote:
Seems like it should work with Yarn 0.22 (which was before the bug was
intro'd).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2072 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACBdWAK3pkFaz6mlbcuuynxPZBU5RT3Vks5r2KWHgaJpZM4NPZln>
.
|
Great, thanks for the advice - I'll give that a go. |
Awesome that worked a treat - thanks :-) |
I'm trying to set up a fork of this project so that I can contribute back to it (this is my first attempt at contributing back so this might be considered a general problem, rather than a specific "create-react-app" problem - but since I want to contribute to this project I thought I'd raise it here).
I've looked at the contributing guide and have forked (rather than cloned as suggested although I don't think that should make a difference) the repository.
I've built the project using
npm install
(which is successful).However, when running
npm run create-react-app my-app
as suggested I get the following error output:The error appears to be caused by the 404 that occurs when attempting to access
https://registry.npmjs.org/home/dave/Git/Personal/create-react-app/packages/react-scripts/react-scripts-0.9.4.tgz
.Am I doing something wrong here or is there an issue with the contribution instructions?
The text was updated successfully, but these errors were encountered: