You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node-themekit is a wrapper around themekit. Since themekit v1.1.1 there is a new --allow-flag (Shopify/themekit#739) which is not yet supported by node-themekit.
lib/utils.js would need to updated to allow usage such as:
themeKit.command('deploy',{allowLive: true});
The text was updated successfully, but these errors were encountered:
node-themekit is a wrapper around themekit. Since themekit v1.1.1 there is a new
--allow-flag
(Shopify/themekit#739) which is not yet supported by node-themekit.lib/utils.js
would need to updated to allow usage such as:The text was updated successfully, but these errors were encountered: