Hi I am currently deploying my frontend but got this build error from backend on console:
spawn npm.cmd ENOENT] running command [npm.cmd install --no-bin-links --production]```
I ran `amplify push` with no problem on my local PC. I suspect that the issue was due to the different between npm.cmd used in PC and npm used in Linux. However, I couldn't find any reference to npm.cmd in any places. Could you provide any help regarding this?