I use webstorm for a react native project in windows 7. When I tried to build the apk, error occurs:
Cannot run program "node": CreateProcess error=2, The system cannot find the file specified when building apk in webstorm
But when I run node -v in cmd, it shows: v12.16.1
How could I solve that?