Skip to content

Check Node version early #5430#5501

Closed
Pranav-Dakshina wants to merge 3 commits into
react:masterfrom
Pranav-Dakshina:master
Closed

Check Node version early #5430#5501
Pranav-Dakshina wants to merge 3 commits into
react:masterfrom
Pranav-Dakshina:master

Conversation

@Pranav-Dakshina

Copy link
Copy Markdown

No description provided.

@facebook-github-bot

Copy link
Copy Markdown

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot

Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@stramel

stramel commented Oct 21, 2018

Copy link
Copy Markdown

Another PR #5482

I do like pulling from package but think we should use semver.satisfies to check the version

@Pranav-Dakshina

Copy link
Copy Markdown
Author

oh yeah, makes sense. but there are two node version checks both in index.js and createReactApp.js. Can't we remove the redundancy and add semver.satisfies in index.js @stramel

@stramel

stramel commented Oct 21, 2018

Copy link
Copy Markdown

IMO we remove the additional checks and only check in here using server instead of checking the parts of the version

@Pranav-Dakshina

Copy link
Copy Markdown
Author

cool. I will add the change in this PR.

@Pranav-Dakshina

Copy link
Copy Markdown
Author

#5430

Comment thread .gitignore
yarn-debug.log*
yarn-error.log*
/.changelog
yarn.lock

@ajwann ajwann Nov 15, 2018

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, but why add yarn.lock to gitignore? Why not commit it?

@stale

stale Bot commented Dec 15, 2018

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale Bot added the stale label Dec 15, 2018
@stale

stale Bot commented Dec 20, 2018

Copy link
Copy Markdown

This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!

@stale stale Bot closed this Dec 20, 2018
@lock lock Bot locked and limited conversation to collaborators Jan 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants