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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
pnpm create react-app pnpm-cra --template typescriptis still installing packages with yarn. Isn't there a direct command?The command is used to make a project with
CRA.You need to install packages using
pnpmto change the package manager, then you don't need a yarn dependency file if you don't plan to use it.