Skip to content

create-react-app issue related to [email protected] #2613

Closed
@CharlesIrvineKC

Description

@CharlesIrvineKC

If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.

Can you reproduce the problem with npm 4.x?

Yes

Description

When running create-react-app I get:

Creating a new React app in /Users/charlesirvine/tmp/slate-editor.

Installing packages. This might take a couple minutes.
Installing react-scripts...


> [email protected] install /Users/charlesirvine/tmp/slate-editor/node_modules/fsevents
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.17/fse-v1.0.17-node-v57-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v57 ABI) (falling back to source compile with node-gyp) 
  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node
  COPY /Users/charlesirvine/tmp/slate-editor/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
  TOUCH Release/obj.target/action_after_build.stamp

Expected behavior

Should not get this output.

Actual behavior

Tell us what actually happens.

Environment

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

  1. npm ls react-scripts (if you haven’t ejected):
~/tmp $ npm ls react-scripts
/Users/charlesirvine
└── (empty)
  1. node -v:
    v8.1.2

  2. npm -v:
    4.6.1 - the problem also occurs with v 5.
    Then, specify:

  3. Operating system:
    macOS Sierra version 10.12.5

  4. Browser and version:
    na

Reproducible Demo

Any invocation of create-react-app results in this output.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions