Skip to content
New issue

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

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

Already on GitHub? # to your account

Warn about unsupported Node.js versions #575

Merged
merged 3 commits into from
Sep 6, 2016
Merged

Commits on Sep 4, 2016

  1. Warn about unsupported Node.js versions

    Add the `engines` field to package.json so users of old Node.js versions
    will at least get a warning when trying to install create-react-app or
    react-scripts, e.g.:
    
      npm WARN engine create-react-app@0.3.0: wanted: {"node":">=6"} (current: {"node":"4.2.3","npm":"2.14.7"})
    fson committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    fba86b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b90f6d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b9b8fc View commit details
    Browse the repository at this point in the history