NPM install errors and vulnerabilities
Opened this issue · 0 comments
Deleted user commented
Current Behavior
When cloning the repo and running npm install
, the following errors are thrown:
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp)
and
found 511 vulnerabilities (486 low, 17 moderate, 7 high, 1 critical)
Steps to Reproduce
- Clone the repo;
- Run
npm install
.
Context (Environment)
I'm on MacOS Mojave 10.14.1.