Skip to content

Development build fails after upgrading to react-scripts 0.8.2 #1202

Closed
@AlmeroSteyn

Description

@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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions