Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM install errors and vulnerabilities #1

Open
ghost opened this issue Nov 22, 2018 · 0 comments
Open

NPM install errors and vulnerabilities #1

ghost opened this issue Nov 22, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 22, 2018

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 [email protected] and [email protected] (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 [email protected] and [email protected] (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

  1. Clone the repo;
  2. Run npm install.

Context (Environment)

I'm on MacOS Mojave 10.14.1.

@ghost ghost changed the title NPM install erros and vulnerabilities NPM install errors and vulnerabilities Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants