Hi all,
We have been using the CLI in Visual Studio Code along with Bitbucket/Github for years in order to upload new code to our Shopify theme. However, in the past week, I upgraded my Mac OS to Ventura, and suddenly I am no longer able to use Visual Studio Code to upload new code to Shopify. I don’t know if the two are related, but it seems like an awfully strange coincidence. Has anyone else encountered this? I am getting this error that says:
clean-webpack-plugin: /Users/…/dist has been removed
However, my folder has not been removed…
I am also getting some deprecation warnings, although I don’t think that’s what’s causing the failed upload either…
(node:2905) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks
instead
Node#moveTo was deprecated. Use Container#append.
Any help would be GREATLY appreciated. Thanks!