diff --git a/docs/stencil-docs/installing-stencil-cli/troubleshooting-your-setup.mdx b/docs/stencil-docs/installing-stencil-cli/troubleshooting-your-setup.mdx
index 4cbe1f160..32729f8e4 100644
--- a/docs/stencil-docs/installing-stencil-cli/troubleshooting-your-setup.mdx
+++ b/docs/stencil-docs/installing-stencil-cli/troubleshooting-your-setup.mdx
@@ -1,59 +1,69 @@
# Troubleshooting Your Setup
+When you encounter unexpected behavior while developing your Stencil theme, start troubleshooting by checking the terminal window where you started Stencil CLI.
-For any unexpected behavior you encounter while developing your Stencil theme, we recommend checking the terminal window where you started Stencil CLI.
-
-In some cases, the terminal will provide a verbose error message specifying where to look for problems. It has the potential to provide further insight on the issue. Diagnostic suggestions are listed on this page for error messages that may not be helpful in revealing the issue you're experiencing.
+In some cases, the terminal provides verbose error messages specifying where to look for problems. These have the potential to provide insight into the root cause of errors. For error messages that may not be helpful in revealing the issue you're experiencing, diagnostic suggestions are listed in this article.
-BigCommerce is currently targeting 11/1/2023 to sunset its node-sass fork in favor of the latest [sass/node-sass](https://github.com/sass/node-sass). To ensure that your storefront is up to date, use the latest node version (Node 18) in Stencil CLI and use the CLI command to resolve [incompatible SCSS directives](/stencil-docs/installing-stencil-cli/troubleshooting-your-setup#incompatible-scss-directives), which can cause issues with the styling of your storefront.
+ BigCommerce is currently targeting November 2023 to sunset its node-sass fork in favor of the latest [sass/node-sass (GitHub)](https://github.com/sass/node-sass). To ensure that your storefront is up to date, use the [latest Node.js version with long-term support (Node 18 LTS)](https://nodejs.org/en) to run the Stencil CLI and use the CLI command to resolve [incompatible SCSS directives](#incompatible-scss-directives), which can cause errors and consistency issues with your storefront's CSS.
## Incompatible SCSS directives
To ensure that your storefront is up to date, perform the following steps:
-1. Using the latest version of Stencil CLI, run the stencil bundle command to validate your theme's code. Note any errors in the console output.
+1. Using the latest version of Stencil CLI, run the `stencil bundle` command to validate your theme's code. Note any errors in the console output.
+
```shell copy
stencil bundle
```
-2. Update your files to ensure the correct formatting by running the following script. This step allows you to see changes before merging.
+
+2. To ensure the correct formatting, update your theme files by running the following script. This step allows you to see changes before merging.
+
```shell copy
stencil scss-autofix --dry
```
+
3. To commit the changes and revalidate, run the following commands:
+
```shell showLineNumbers copy
stencil scss-autofix
stencil bundle
```
+
4. After making changes, you can test your site by running the following command:
+
```shell copy
stencil start
```
-5. If everything looks good, push your changes live to your storefront with the following command.
+
+5. If everything looks good, use the following command to push and deploy your changes to the storefront.
+
```shell copy
stencil push
```
+For more information, see [Incompatible Directives](/stencil-docs/installing-stencil-cli/incompatible-directives).
+
## Unsupported Node version
-If you receive the following error message, please reinstall Node.js to a supported "LTS" ("Long-Term Support") version:
+If you receive the following error message, please reinstall Node.js to the [latest Node.js version with long-term support (Node 18 LTS)](https://nodejs.org/en):
-```text showLineNumbers copy
+```text filename="Error, no parse method" showLineNumbers copy
Debug: internal, implementation, error
TypeError: Uncaught error: Object #