Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

npm install failed #10

@AdrianX19

Description

@AdrianX19

OS: Windows 10
npm -v: 6.12.1
node -v: v12.13.1

Unfortunately I wasn't able to went through first episode of this tutorial as smoothly as it was shown on the video (https://docs.cypress.io/examples/examples/tutorials.html#1-Project-setup) because of getting error during npm install as below:

npm WARN cypress-tutorial-build-todo-starter@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

added 868 packages from 652 contributors and audited 4779 packages in 64.361s
found 512 vulnerabilities (167 low, 15 moderate, 329 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details 

after run npm audit fix I ended up with the following:

                                 Manual Review
             Some vulnerabilities require your attention to resolve

          Visit https://go.npm.me/audit-guide for additional guidance


  Moderate        Prototype Pollution

  Package         hoek

  Patched in      > 4.2.0 < 5.0.0 || >= 5.0.3

  Dependency of   json-server

  Path            json-server > request > hawk > boom > hoek

  More info       https://npmjs.com/advisories/566


  Moderate        Prototype Pollution

  Package         hoek

  Patched in      > 4.2.0 < 5.0.0 || >= 5.0.3

  Dependency of   json-server

  Path            json-server > request > hawk > cryptiles > boom > hoek

  More info       https://npmjs.com/advisories/566


  Moderate        Prototype Pollution

  Package         hoek

  Patched in      > 4.2.0 < 5.0.0 || >= 5.0.3

  Dependency of   json-server

  Path            json-server > request > hawk > hoek

  More info       https://npmjs.com/advisories/566


  Moderate        Prototype Pollution

  Package         hoek

  Patched in      > 4.2.0 < 5.0.0 || >= 5.0.3

  Dependency of   json-server

  Path            json-server > request > hawk > sntp > hoek

  More info       https://npmjs.com/advisories/566

found 4 moderate severity vulnerabilities in 7399 scanned packages
  4 vulnerabilities require manual review. See the full report for details.

I have updated hoek version but it didn't help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions