Discussing Shopify Functions development, deployment, and usage in Shopify apps.
i am working on the payment extension created in javascript tilll friday 2 august it was working fine but now when ever i build i am getting this error
node version :v18.20.4
shopify cli version : 3.65.1
Solved! Go to the solution
This is an accepted solution.
We are investigating an issue with 3.65 on Windows, you might downgrade to 3.64 as a workaround for now.
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
npm exec -- javy --version
npm exec -- javy compile -d -o dist/function.wasm dist/function.js
Can you try run it
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
We are investigating an issue with 3.65 on Windows, you might downgrade to 3.64 as a workaround for now.
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 Nick,
I got the same issue with the delivery customization extension. I tried to downgrade to shopify-cli v3.64 and it was successfully build with other issue on previewing on the browser.
As I checked on the forum, it seems that we need to have the shopify-cli version used in order to successfully preview on the browser.
I am not sure if I missed anything when I was trying to downgrade the shopify-cli with cmd "npm install -g @Shopify/cli@3.64".
This issue should be resolved in Shopify CLI `3.65.2`:
https://github.com/Shopify/cli/releases/tag/3.65.2
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