Prajul Sahu
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created 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 viteI did set up pnpm as my package manager in Langua...