when I use regular npm or npx commands like
npm -version
or
npx -version
there is no error, but for my react native project when I use
npx react-native init testApp
it shows this error:
does not contain a package.json file in appdata folder
How can I fix this error?
mycomputer~1name
underC:\Users
along withmycomputer name
– Buchner