react-nativenpx

npx react-native init not creating project


When I run the new project command:

npx react-native init AwesomProject

I get an error:

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

Solution

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