Anik Ghosh

Results 4 comments of Anik Ghosh

Yes, you are passing the parameters incorrectly. Try it this way `$this->shopifySDK->Theme($themeId)->Asset->delete([ 'asset[key]' => 'assets/style.css' ]);`

Thanks for the suggestion, @mmkal. Indeed, it returns an empty array on Windows. The issue seems to stem from how `path.dirname(import.meta.url.replace("file://", ""))` behaves on Windows, yielding a path like `/D:/dev/`....

I have tried to set it up on Windows to identify the issue, but encountered some challenges. The setup includes `rm -rf` commands in the `package.json` scripts and `sh `commands...