Discussing Shopify Functions development, deployment, and usage in Shopify apps.
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
Solved! Go to the solution
This is an accepted solution.
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).
Nick Wesselman | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
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.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
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
Nick Wesselman | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
This is an accepted solution.
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).
Nick Wesselman | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Ahh thank you so much . now its working fine .
thank you so much nick