javy error on npm run dev

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

1 Like
npm exec -- javy --version
npm exec -- javy compile -d -o dist/function.wasm dist/function.js

Can you try run it

We are investigating an issue with 3.65 on Windows, you might downgrade to 3.64 as a workaround for now.

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.

https://community.shopify.com/c/shopify-cli-and-tools/running-npm-run-dev-and-getting-error-forwarding-web-request-in/m-p/2228899

I am not sure if I missed anything when I was trying to downgrade the shopify-cli with cmd “npm install -g @Shopify_77 [email removed]

This issue should be resolved in Shopify CLI 3.65.2:

https://github.com/Shopify/cli/releases/tag/3.65.2

1 Like