diff --git a/docs/storefront/stencil/cli/install.mdx b/docs/storefront/stencil/cli/install.mdx index 21a19f2a3..a3ddf891c 100644 --- a/docs/storefront/stencil/cli/install.mdx +++ b/docs/storefront/stencil/cli/install.mdx @@ -28,10 +28,10 @@ arch -x86_64 /bin/zsh curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash # Install Stencil CLI supported version of Node.js -nvm install 18.15.0 +nvm install 20.16.0 # Switch to Stencil CLI supported version of Node.js: -nvm use 18.15.0 +nvm use 20.16.0 # Install Stencil CLI npm install -g @bigcommerce/stencil-cli @@ -54,10 +54,10 @@ Run the following commands: ```shell showLineNumbers copy # Install Stencil CLI supported version of Node.js -nvm install 18.15.0 +nvm install 20.16.0 # Switch to Stencil CLI supported version of Node.js -nvm use 18.15.0 +nvm use 20.16.0 # Install Stencil CLI npm install -g @bigcommerce/stencil-cli @@ -81,7 +81,7 @@ choco install git # Install nvm windows and stencil-compatible node.js -choco install nvm; nvm install 18.15.0; nvm use 18.15.0 +choco install nvm; nvm install 20.16.0; nvm use 20.16.0 # Install Stencil CLI npm install -g @bigcommerce/stencil-cli @@ -103,7 +103,7 @@ If you're a pro at installing and configuring Python and Node.js environments on **Required Dependencies:** * [Git](https://git-scm.com/downloads) - required to run npm install -* [Node.js 18.15.0 and npm](https://nodejs.org/en/download/releases/) +* [Node.js 20.16.0 and npm](https://nodejs.org/en/download/releases/) Once they're installed and configured, use `npm` to install Stencil CLI: @@ -128,9 +128,9 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash source ~/.bashrc # Explicitly install and use supported node version -nvm install 18.15.0 +nvm install 20.16.0 -nvm use 18.15.0 +nvm use 20.16.0 # Install stencil npm install -g @bigcommerce/stencil-cli