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
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
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.