when npm run dev for check the my payment function , enitre server start but suddently its shotdown and i get following error -
Error coming from npm exec -- javy --version
Command failed with exit code 1: npm exec – javy --version
Can anyone help me to resolve this issue.
thank you
Liam
February 9, 2024, 9:23am
2
Hi - there could be compatibility issues if the versions of Node.js and npm you’re using do not meet the requirements of javy. I’d recommend checking that your Node.js and npm versions are up to date or at least compatible with javy.
Hi Liam,
I have latest version of Node and npm, please check
Do you get any more detail by adding the --verbose flag? npm run dev -- --verbose?
You may have a corrupted javy download, you can also try clearing the contents of
C:\Users\<user>\AppData\Local\binarycache
The file size of your javy 1.4 doesn’t look right. As suggested, please clear the contents of this directory (delete everything in it).
Ahh thank you so much . now its working fine .
thank you so much nick