0

how can i fix this warn ? thank you so much!

mac cmd run

npm i react-native-action-button --save

I have the following warning:

npm WARN clear@1.0.0 No responsitory field.

i try all i can try to do, but still don't fixed it

npm error

Community
  • 1
  • 1
12343954
  • 2,451
  • 3
  • 18
  • 18

1 Answers1

0

The reason you get this warning is that the npm module you install uses / depends on clear. This project doesn't have a repository field.

You can't do anything about this warning, except finding and emailing the owner of this project to add a repository field.

Daniel Schmidt
  • 11,605
  • 5
  • 38
  • 70