Skip to content

Unable to setup the project through the begin branch due to broken packages #5

@ghost

Description

After run npm install command I got a warning in the command line:

> uws@0.14.5 install /var/www/development/redux-saga/redux-saga-cart/node_modules/uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0

npm WARN react-redux-starter@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.1 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 755 packages from 768 contributors and audited 32 packages in 14.881s
found 2 vulnerabilities (1 low, 1 high)
  run `npm audit fix` to fix them, or `npm audit` for details

withing package.json file
The command npm audit fix doesn't fix the problem due to some dependencies need to be fixed withing package.json file!

Got a question: why babel CLI isn't added as a required package? It may be loaded from node_modules directory for the npm start command. No everyone uses babel, and sometimes it may be used for a few projects, so maybe there's no need to have installed it globally!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions