Installing Bigcommerce Stencil CLI
Install Chocolatey
Section titled “Install Chocolatey”Install this using CMD (Admin)
Open Powershell
Section titled “Open Powershell”Start-Process powershell -Verb runAsSet-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))Auto accept prompts
Section titled “Auto accept prompts”choco feature enable -n allowGlobalConfirmationInstall git if you don’t have it
Section titled “Install git if you don’t have it”choco install gitInstall nvm windows and stencil-compatible node.js
Section titled “Install nvm windows and stencil-compatible node.js”choco install nvmnvm install 20.16.0nvm use 20.16.0Install Stencil CLI
Section titled “Install Stencil CLI”npm install -g @bigcommerce/stencil-cliInstall Grunt CLI
Section titled “Install Grunt CLI”npm install -g grunt-clinpm install htmlhint -gnpm -g install js-beautifynpm install -g sasschoco install hugo-extended --ignore-checksums