When setting up any of the sample projects, I get what seems to be an issue with the currently included version of fsevents (which leads to an issue with node-gyp when installing any additional packages).
`$npm install
fsevents@1.2.9 install /Users/aeblin/takeshape-samples/shape-portfolio-gatsbyjs/node_modules/fsevents
node install
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.9/fse-v1.2.9-node-v79-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.9 and node@13.1.0 (node-v79 ABI, unknown) (falling back to source compile with node-gyp) `
Seems to be related to this issue on the fsevents repo - fsevents/fsevents#291
When setting up any of the sample projects, I get what seems to be an issue with the currently included version of fsevents (which leads to an issue with node-gyp when installing any additional packages).
`$npm install
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.9/fse-v1.2.9-node-v79-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.9 and node@13.1.0 (node-v79 ABI, unknown) (falling back to source compile with node-gyp) `
Seems to be related to this issue on the fsevents repo - fsevents/fsevents#291