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
  • #1202
Closed
Open
Issue created Dec 08, 2016 by Administrator@rootContributor

Development build fails after upgrading to react-scripts 0.8.2

Created by: AlmeroSteyn

Description

After upgrading to the latest version of create-react-app and react-scripts (0.8.2) the build task fails.

Expected behavior

Build should pass on a newly created app, or updating an existing app to react-scripts v0.8.2

Actual behavior

In both a newly created app or in an existing app upgraded, the build fails:

image

Downgrading both scenarios back to v0.8.1 makes the build complete successfully again.

Environment

Run these commands in the project folder and fill in their results:

  1. npm ls react-scripts (if you haven’t ejected): react-scripts:@0.8.2
  2. node -v: v6.7.0
  3. npm -v:3.10.8

However I am using Yarn v0.17.10 for all actions.

Then, specify:

  1. Operating system: Windows 8
  2. Browser and version: Fails in command console, so not applicable

Reproducible Demo

To reproduce create a new app and run yarn build.

Assignee
Assign to
Time tracking