Every time I run any npx
command it gives me an error with the following message:
npx create-expo-app myApp
npm ERR! code ENOENT
npm ERR! syscall spawn bash
npm ERR! path C:\Users\Name\Documents\Programming\ReactNative
npm ERR! errno -4058
npm ERR! enoent spawn bash ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
I tried clearing the npm cache, but that didn't helped.