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 >= 14
- 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
Command
Output
Copied to your clipboardnode -v
Copied to your clipboardv14.0.0
Yarn
Command
Output
Copied to your clipboardyarn -v
Copied to your clipboard1.12.10
If entering these commands does not show you a version number, install Node.js, Yarn, or both.