DEV Community

Discussion on: create-react-app with pnpm

Collapse
 
wimdenherder profile image
wimdenherder

pnpm create react-app pnpm-cra --template typescript is still installing packages with yarn. Isn't there a direct command?

Collapse
 
lico profile image
SeongKuk Han

The command is used to make a project with CRA.
You need to install packages using pnpm to change the package manager, then you don't need a yarn dependency file if you don't plan to use it.