Found 4 vulnerabilities on npm install

前端 未结 6 2041
清歌不尽
清歌不尽 2020-12-09 01:34

I am just getting started with react-native. On installing this package

npm install --save react-native-validator-form

https://github.com/New

6条回答
  •  星月不相逢
    2020-12-09 01:56

    I faced the same issue while installing react-native navigation, using npm install react-navigation* for me npm audit-fix didn`t worked well. npm use to have some limitations for me yarn worked

    yarn add 
    

提交回复
热议问题