Create yarn project Vladimir 创建于 2024年03月23日 15:35 Help pls. How to create yarn-ts project via webstorm. i see only npm option. Changing in settings npm → yarn does now effect(
Please could you elaborate on this? What project generator did you use?
When creating a new Node.js project, you can select
yarn
as a package manager:"I'm interested to know if it's possible to create a React app using Yarn instead of npm, meaning instead of npm create it would be yarn add
You can use
npx create-react-app --use-yarn
.See https://stackoverflow.com/questions/63266392/does-npx-use-yarn, https://stackoverflow.com/questions/73752792/how-to-make-npx-create-react-app-using-yarn-instead-of-npm.