Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #7181
Closed
Open
Issue created Jun 06, 2019 by Administrator@rootContributor

DOCS: Version 9.10.0 doesn't work as stated in docs

Created by: JESii

Is this a bug report?

Documentation bug report - initial installation failed

Did you try recovering your dependencies?

No - brand new installation

Which terms did you search for in User Guide?

N/A - brand new installation

Environment

Cannot do this; create-react-app removed the project directory because of errors

Steps to Reproduce

  1. Have node 9.10.0 installed
  2. npx create-react-app react-workspace

Expected Behavior

Should have installed as 9.10.0 is later than 8.10.0

Actual Behavior

Failed with the following errors

npx create-react-app react-workspace

Creating a new React app in /Users/jseidel/dev/react-workspace.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...

yarn add v1.16.0
warning ../../package.json: No license field
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning react-scripts > fsevents@2.0.6: Please update: there are crash fixes
warning react-scripts > postcss-preset-env > postcss-color-functional-notation > postcss-values-parser > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
[2/4] 🚚  Fetching packages...
info fsevents@2.0.6: The engine "node" is incompatible with this module. Expected version "^8.16.0 || ^10.6.0 || >=11.0.0". Got "9.10.0"
info "fsevents@2.0.6" is an optional dependency and failed compatibility check. Excluding it from installation.
error sane@4.1.0: The engine "node" is incompatible with this module. Expected version "6.* || 8.* || >= 10.*". Got "9.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Aborting installation.
  yarnpkg add --exact react react-dom react-scripts --cwd /Users/jseidel/dev/react-workspace has failed.

Deleting generated file... package.json
Deleting react-workspace / from /Users/jseidel/dev
Done.

image

Reproducible Demo

N/A -- project failed to create

Assignee
Assign to
Time tracking