-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Description
Hello there, there is a problem while creating new app.
$ node -v
v6.0.0
$ npm -v
3.8.6
$ mkdir tmp
$ cd tmp
$ create-react-app client2
output
Creating a new React app in /home/user/gatesync/webserver/client2.
Installing packages. This might take a couple minutes.
Installing react-scripts from npm...
fsevents@1.0.14 install /home/user/gatesync/webserver/client2/node_modules/react-scripts/node_modules/chokidar/node_modules/fsevents
node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v48-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.0.14 and node@6.0.0 (node-v48 ABI) (falling back to source compile with node-gyp)
but eventually it succeeds except
npm WARN optional Skipping failed optional dependency /react-scripts/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
Should it be like this? Is it needed for something?
Artur