Get started
Before you can start developing with PWA Studio, make sure you meet the requirements listed on this page.
Minimum requirements
- A basic knowledge of React
- Node >= 18
- Yarn (recommended) or NPM
Check Node and Yarn versions
Verify your development environment has the minimum prerequisite versions of Node and Yarn installed:
Yarn v2 is currently not supported as its hoisting method is fundamentally different than v1.
Run the following commands in your terminal to identify which versions you have installed.
PWA Studio supports NodeJS Long Term Support (LTS) versions, currently v16 and v18, which are always even-numbered.
Node
data-slots=heading, code
data-repeat=2
data-languages=bash, bash
Command
node -v
Output
v18.16.0
Yarn
data-slots=heading, code
data-repeat=2
data-languages=bash, bash
Command
yarn -v
Output
1.12.10
If entering these commands does not show you a version number, install Node.js, Yarn, or both.