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

client/package*.json: WARN on npm install #56

Open
gmacario opened this issue Jul 19, 2021 · 0 comments
Open

client/package*.json: WARN on npm install #56

gmacario opened this issue Jul 19, 2021 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@gmacario
Copy link
Collaborator

gmacario commented Jul 19, 2021

Reproduced on commit 6d9145a (HEAD -> main, origin/main, origin/HEAD)

gmacario@gmpowerhorse:~/github/gmacario/blobfishes (main)$ git log -1
commit 6d9145ad2a3e687ce782a80955f15f543a92c416 (HEAD -> main, origin/main, origin/HEAD)
Merge: 89ac08b 9f239aa
Author: Gianpaolo Macario <[email protected]>
Date:   Tue Jul 20 00:12:39 2021 +0200

    Merge pull request #53 from aquariophilie/feature/frontend-progress
    
    Feature/frontend progress
gmacario@gmpowerhorse:~/github/gmacario/blobfishes (main)$ cd client
gmacario@gmpowerhorse:~/github/gmacario/blobfishes/client (main)$ npm i
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 312 packages in 2.41s

44 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

gmacario@gmpowerhorse:~/github/gmacario/blobfishes/client (main)$

Please add repository and license fields and set their values according to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants