Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created January 6, 2022 15:56
Show Gist options
  • Save airicbear/3891ce2dc21737ceffc663828670f255 to your computer and use it in GitHub Desktop.
Save airicbear/3891ce2dc21737ceffc663828670f255 to your computer and use it in GitHub Desktop.
Install BigCommerce Stencil CLI on Windows

How to install BigCommerce Stencil CLI on Windows

First, try following the instructions on the BigCommerce Theme Docs.

If you encounter an error about Microsoft.Cpp.Default.props not being found, open the Windows Registry Editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\MSBuild\ToolsVersions\4.0. Add the string key VCTargetsPath with the value C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment