Scenario: Some times, changes will not reflect in the website after deploying extension. If your changes are in local and after deployment if it is not reflected on the website. Then you can change the version from the manifest and deploy it. Still, if it is not working, deploy by changing the respective version using… Continue reading Deployed changes not reflecting on website
Tag: extension deploy
How to deploy an extension by changing its version.
If we want to update an extension then while deploying it will be better practice to change its version after the update. For changing the version while deploying go to the Manifest.json file and there you can change the version, without changing the Name and Fantasy name of the extension. For example, If there is… Continue reading How to deploy an extension by changing its version.
Error: No such file or directory, stat ‘DeployDistribution/*’
The error happens in the terminal when deploying the theme/Extension. Method 1: In the terminal run, command nvm install 12.21.0 then run command gulp theme:deploy ( if the error appears in the theme ) gulp extension:deploy (if the error appears in the extension) Method 2: delete node-modules folder run command npm cache clean –force run command npm install run… Continue reading Error: No such file or directory, stat ‘DeployDistribution/*’