Closed itsnileshgosavi closed 3 months ago
@itsnileshgosavi is attempting to deploy a commit to the singhrakshitofficial-gmailcom's projects Team on Vercel.
A member of the Team first needs to authorize it.
not npm its pnpm
bro npm also works. does it matter which package manager we use? also npm is way more popular than pnpm. npm comes built in with node.js so we don't have to install it separately.
bro npm also works. does it matter which package manager we use? also npm is way more popular than pnpm. npm comes built in with node.js so we don't have to install it separately.
pnpm is much faster and uses less disk space than npm because it creates a single store for all packages. It also has better performance for large projects due to its unique linking mechanism. Try manually running both on a freshly cloned repo and check the time it takes; pnpm is much faster.
bro npm also works. does it matter which package manager we use? also npm is way more popular than pnpm. npm comes built in with node.js so we don't have to install it separately.
pnpm is much faster and uses less disk space than npm because it creates a single store for all packages. It also has better performance for large projects due to its unique linking mechanism. Try manually running both on a freshly cloned repo and check the time it takes; pnpm is much faster.
I have put them both haven't I? Let the people decide which one they want to go with.
Changed the readme file so that it contains proper commands and Proper Repo name and features