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...
[email protected] 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 [email protected] and [email protected] (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: [email protected]
Should it be like this? Is it needed for something?
Artur