Skip to content
New issue

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

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

Already on GitHub? # to your account

Some warnnings at npm install #34

Closed
LuanSena opened this issue Nov 2, 2018 · 3 comments
Closed

Some warnnings at npm install #34

LuanSena opened this issue Nov 2, 2018 · 3 comments
Labels

Comments

@LuanSena
Copy link

LuanSena commented Nov 2, 2018

npm WARN deprecated react-dom@16.2.0: This version of react-dom/server contains a minor vulnerability. Please update react-dom to 16.2.1 or 16.4.2+. Learn more: https://fb.me/cve-2018-6341
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN prefer global node-gyp@3.8.0 should be installed with -g
├── UNMET PEER DEPENDENCY @types/googlemaps@^3.0.0
├── UNMET PEER DEPENDENCY @types/markerclustererplus@^2.1.29
├── UNMET PEER DEPENDENCY @types/react@^15.0.0 || ^16.0.0

│ ├─┬ UNMET PEER DEPENDENCY ajv@6.5.4

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4
npm WARN optional Skipping failed optional dependency /react-scripts/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4
npm WARN optional Skipping failed optional dependency /watchpack/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4
npm WARN react-google-maps@9.4.5 requires a peer of @types/googlemaps@^3.0.0 but none was installed.
npm WARN react-google-maps@9.4.5 requires a peer of @types/markerclustererplus@^2.1.29 but none was installed.
npm WARN react-google-maps@9.4.5 requires a peer of @types/react@^15.0.0 || ^16.0.0 but none was installed.
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none was installed.
@einazare
Copy link
Contributor

einazare commented Nov 2, 2018

Hello there @LuanSena ,

Thank you for your interest in working with our products.
When I run npm install, I only get these warnings:

npm WARN react-google-maps@9.4.5 requires a peer of @types/googlemaps@^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-google-maps@9.4.5 requires a peer of @types/markerclustererplus@^2.1.29 but none is installed. You must install peer dependencies yourself.
npm WARN react-google-maps@9.4.5 requires a peer of @types/react@^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
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.

You can solve them by installing those like so:

npm install --save @types/googlemaps @types/react @types/markerclustererplus ajv

For the rest of your warnings, you can do the same.
Have you made changes to our product? It seems a bit strange that you have all of those warnings.

Best,
Manu

@einazare einazare added the bug label Nov 2, 2018
@Gousiyakhan123
Copy link

react-google-login@2.11.3 requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself.

please tel me wat to do

@einazare
Copy link
Contributor

Hello there @Gousiyakhan123 ,

Thank you for your interest in working with our products.
We do not recommend changing the versions of the plugins used in our product.
You have a few ways of solving this (choose only one of them):

  1. Ignore the warning (everything should work just fine)
  2. Use an older version of the react-google-login, one that works with our version of react
  3. Update our version of react, despite our recommendation (we do not know what will break in our product)

Best,
Manu

@einazare einazare closed this as completed May 2, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants