How to use pnpm or yarn instead of npm or npx when creating a new React or Vite project?
When creating a new React or Vite project in WebStorm, the default options are npm and npx.
I know, I can do it from terminal using,
pnpm create vite
I did set up pnpm as my package manager in Languages & Framework settings inside Nodejs.
Please sign in to leave a comment.
It's not possible at the moment. Please vote for https://youtrack.jetbrains.com/issue/WEB-63024/Support-pnpm-dlx-in-Web-project-generators to get notified of any progress with this feature request.