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

"No repo field" error when npm install #4

Open
newbieh4cker opened this issue Jul 16, 2018 · 0 comments
Open

"No repo field" error when npm install #4

newbieh4cker opened this issue Jul 16, 2018 · 0 comments

Comments

@newbieh4cker
Copy link

root@eos-full:/var/www/scattellet# npm install --no-optional --unsafe-perm
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN scattellet@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 6475 packages in 5.893s
found 13 vulnerabilities (12 moderate, 1 critical)
run npm audit fix to fix them, or npm audit for detailsroot@eos-full:/var/www/scattellet# npm install --no-optional --unsafe-perm
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN scattellet@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 6475 packages in 5.893s
found 13 vulnerabilities (12 moderate, 1 critical)
run npm audit fix to fix them, or npm audit for details

looks like scattellet repo has been removed, since "npm WARN scattellet@1.0.0 No repository field." error occurs.

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

1 participant