Home > other >  npx react-native init , not creating project
npx react-native init , not creating project

Time:01-19

when I run new project command it shows me an error

npx react-native init AwesomProject

npm ERR! Could not install from "computer\AppData\Roaming\npm-cache_npx\15660" as it does not contain a package.json file.

CodePudding user response:

try this : npm uninstall -g react-native-cli @react-native-community/cli or use Expo

  • Related