Search code examples
reactjsnativeuuidchokidarsvgo

how can i install react native on window command?


i tried to install 'npm install --global expo-cli' and i get this error. [email protected] this svgo is no longer supported. upgrade to v2.x.x, [email protected] please upgrade to version 7 or higher, [email protected]: chokidar 2 does not receive security update since 2019. i run npm audit fix --force, it said recommended protection disable and 7 packages are looking for funding


Solution

  • These are warns regarding libraries you are downloading from the web, don't be concerned by them, you cannot fix those issues. Just ignore it and start using expo. Everything is installed fine. Same errors appear when installing plain React project from the official source, you just need to ignore those warnings.