You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fsevents only put up a node-9 binary version for v1.1.3
Did you try recovering your dependencies?
Yes. No dice. But reverting to node 8 worked.
Which terms did you search for in User Guide?
n/a
Environment
node -v: v9.5.0
npm -v: 5.6.0
yarn --version (if you use Yarn): 1.3.2
npm ls react-scripts (if you haven’t ejected): └── react-scripts@1.1.0
Then, specify:
Operating system: OSX High Sierra
Browser and version (if relevant): n/a
Steps to Reproduce
Just run create-react-app myproject
Expected Behavior
no warnings about fsevents.
Actual Behavior
Warnings, see below.
Reproducible Demo
Rons-MBP:tmp raarts$ create-react-app myproject
Creating a new React app in /Users/raarts/tmp/myproject.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
yarn add v1.3.2
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
[-/3] ⠈ waiting...
[2/3] ⠈ fsevents: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v59-darwin-x64.tar.gz
[3/3] ⠈ fsevents: GET https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v59-darwin-x64.tar.gz
[-/3] ⠈ waiting...
warning Error running install script for optional dependency: "/Users/raarts/tmp/myproject/node_modules/fsevents: Command failed.\nExit code: 1\nCommand: node install\nArguments: \nDirectory: /Users/raarts/tmp/myproject/node_modules/fsevents\nOutput:\nnode-pre-gyp info it worked if it ends with ok\nnode-pre-gyp info using node-pre-gyp@0.6.39\nnode-pre-gyp info using node@9.5.0 | darwin | x64\nnode-pre-gyp info check checked for \"/Users/raarts/tmp/myproject/node_modules/fsevents/lib/binding/Release/node-v59-darwin-x64/fse.node\" (not found)\nnode-pre-gyp http GET https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v59-darwin-x64.tar.gz\nnode-pre-gyp http 404 https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v59-darwin-x64.tar.gz\nnode-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v59-darwin-x64.tar.gz \nnode-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@9.5.0 (node-v59 ABI, unknown) (falling back to source compile with node-gyp) \nnode-pre-gyp http 404 status code downloading tarball https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v59-darwin-x64.tar.gz \nnode-pre-gyp ERR! build error \nnode-pre-gyp ERR! stack Error: Failed to execute 'node-gyp clean' (Error: spawn node-gyp ENOENT)\nnode-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/raarts/tmp/myproject/node_modules/node-pre-gyp/lib/util/compile.js:77:29)\nnode-pre-gyp ERR! stack at ChildProcess.emit (events.js:160:13)\nnode-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_procesuccess Saved lockfile.
success Saved 914 new dependencies.
├─ abab@1.0.4
├─ abbrev@1.1.1
├─ accepts@1.3.4
The text was updated successfully, but these errors were encountered:
Is this a bug report?
Yes.
fsevents only put up a node-9 binary version for v1.1.3
Did you try recovering your dependencies?
Yes. No dice. But reverting to node 8 worked.
Which terms did you search for in User Guide?
n/a
Environment
node -v
: v9.5.0npm -v
: 5.6.0yarn --version
(if you use Yarn): 1.3.2npm ls react-scripts
(if you haven’t ejected): └── react-scripts@1.1.0Then, specify:
Steps to Reproduce
Just run
create-react-app myproject
Expected Behavior
no warnings about fsevents.
Actual Behavior
Warnings, see below.
Reproducible Demo
The text was updated successfully, but these errors were encountered: