Skip to content

Commit

Permalink
Update node sass version in troubleshooting-your-setup.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Jan 3, 2024
1 parent e768df2 commit 6f5eb9f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When you encounter unexpected behavior while developing your Stencil theme, star
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.

<Callout type="warning">
BigCommerce is currently targeting January 31, 2024 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.
BigCommerce is currently targeting January 31, 2024 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](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.
</Callout>

## Incompatible SCSS directives
Expand Down Expand Up @@ -48,7 +48,7 @@ For more information, see [Incompatible Directives](/docs/storefront/stencil/cli

## Unsupported Node 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):
If you receive the following error message, please reinstall Node.js to the [latest Node.js version with long-term support](https://nodejs.org/en):

```text filename="Error, no parse method" showLineNumbers copy
Debug: internal, implementation, error
Expand Down Expand Up @@ -154,7 +154,7 @@ The following error indicates that there is a trailing comma in the frontmatter
Error: Found unallowed trailing symbol in: "4,", while parsing frontmatter at ".....templates/pages/home.html".
```

### Node 18 support
### Node support

When you update the Node.js version, you can check to see whether you can update other theme packages, such as webpack, for updated feature support.

Expand Down

0 comments on commit 6f5eb9f

Please sign in to comment.