Skip to content

CRA not working on Node 15.4 #10262

@klleroy

Description

@klleroy

Describe the bug

Unable to create app using CRA with Node v15.4. I receive an error stating...

You are running create-react-app 4.0.0, which is behind the latest release (4.0.1).

Did you try recovering your dependencies?

N/A

Which terms did you search for in User Guide?

N/A

Environment

System:
    OS: macOS 11.1
    CPU: (6) x64 Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz
  Binaries:
    Node: 15.4.0 - ~/.nvm/versions/node/v15.4.0/bin/node
    Yarn: Not Found
    npm: 7.0.15 - ~/.nvm/versions/node/v15.4.0/bin/npm
  Browsers:
    Chrome: 87.0.4280.88
    Edge: Not Found
    Firefox: 83.0
    Safari: 14.0.2
  npmPackages:
    react: Not Found
    react-dom: Not Found
    react-scripts: Not Found
  npmGlobalPackages:
    create-react-app: Not Found

Steps to reproduce

(Write your steps here:)

  1. npx create-react-app test
  2. Error thrown

Expected behavior

Would expect that the Application process would continue.

Actual behavior

I receive errors stating that I need to uninstall any global installs of create-react-app (which I do not have).

Reproducible demo

Screen Shot 2020-12-17 at 10 56 45 AM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions