TheCoachSMB

Archives June 17, 2021

Uninstall Grunt from Magento2

To remove or uninstall Grunt, run below command npm uninstll -g grunt-cli You will get the output like this     commands: npm uninstall sax –save npm uninstall @myorg/privatepackage –save…

Magento 2
Uninstall Grunt from Magento2

To remove or uninstall Grunt, run below command npm uninstll -g grunt-cli You will get the output like this     commands: npm uninstall sax –save npm uninstall @myorg/privatepackage –save…

Install and Configure Grunt in Magento2

Grunt is a JavaScript task runner which essentially simplifies repetitive tasks by automating compilation, minification, linting, unit testing, etc. In this article, we are going to understand how to install and configure…

Magento 2
Install and Configure Grunt in Magento2

Grunt is a JavaScript task runner which essentially simplifies repetitive tasks by automating compilation, minification, linting, unit testing, etc. In this article, we are going to understand how to install and configure…