Manuel Salvatore MartoneforDucktors team blogducktors.hashnode.dev路Sep 8, 2023Create an EventCatalog Instance in a pnpm monorepoThis article has been written with my friend Alessandro Magionami Intro Creating an instance of EventCatalog is an easy action: npx @eventcatalog/create-eventcatalog@latest [name] Unfortunately, instantiating it in a pnpm workspace (monorepo) is a ...Discuss路11 likes路34 readspnpm
Mohamed El Amine Yamaniyamanidev.hashnode.dev路Aug 27, 2023The Migration Adventure: CRA to Vite and npm to pnpmAs I was migrating a client's project from CRA to Vite I encountered plenty of issues. Some of which were due to certain imports that are specific to Webpack, the other ones were due to me using pnpm as opposed to npm. That wasn't a smart move, migra...Discussnpm
Komal Vardhan Lolugukomalvardhanl.hashnode.dev路Aug 21, 2023The Most Underrated Package ManagerAs a beginner, starting my developer career, I understand the importance of choosing the right tools to enhance development efficiency. One crucial aspect of the development process is managing software packages and their dependencies. That鈥檚 where p...Discussnpm
Andriiandriii.hashnode.dev路Aug 15, 2023NPM vs YARN vs PNPM - full comparisonLet's discuss the difference between the most popular dependency managers in the JavaScript world and their main features. In case you like to consume information in a form of a video, feel free to watch it here https://youtu.be/J4znAvjw5NE So, the...Discuss路2 likes路41 readsnpm
Amanpreet Singhblog.amanpreet.dev路Aug 8, 2023Mastering the Art of Node Package ManagementIntroduction Before we deep dive into the world of Node package manager, we need to understand and know what is a package manager. In simple words, a package manager is a system or set of tools used to automate installing, upgrading, configuring, and...Discuss路36 readsnode
Kasun Jayawardenaxpdkasun.hashnode.dev路Aug 2, 2023How to setup your react-native expo app with pnpm?If you look at the expo docs, you'll see the support is only for npm and yarn. But pnpm is a great tool, isn't it? The biggest gain you can achieve by using pnpm is that you can cut down the time for downloading all the dependencies when you decided ...Discuss路3 likes路79 readspnpm
Christian BonnaudforBordeaux Codersbordeauxcoders.com路Jul 20, 2023Handling Package Vulnerabilities in Web Projects with pnpmIn today's fast-paced web projects, with ever-changing technologies, tools, and dependencies, it can be challenging to keep everything up to date. Some may argue that this isn't a significant concern, as long as the project works as expected at a giv...Discuss路36 readspnpm 101pnpm
Ayu Adiatiadiati.com路Jul 12, 2023How to Install pnpm with npm on Windows 11Hey Friends 馃憢, Not long ago, I contributed to one of Virtual Coffee's repositories. I had to install pnpm because we no longer use yarn. After I installed pnpm with npm and ran it, I got this error message: pnpm: The term 'pnpm' is not recognized as...Discuss路1 like路518 readsTutorial
James Walshjameswalsh.hashnode.dev路Jul 7, 2023PNPM has both Yarn & NPM BeatIntro One of the biggest complaints you'll hear about the Javascript ecosystem is the tendency of the community to reinvent the wheel. Admittedly, while I find this to be one of the biggest strengths of the community, the shade thrown our way is not ...Discuss路31 readspnpm
Alexandre NedelecforBordeaux Codersbordeauxcoders.com路Jul 6, 2023Who is using pnpm?You may have come across pnpm through discussions with fellow developers, reading blog posts, watching videos, or attending developer conferences. You have probably heard its praises: it's fast, disk-space efficient, and great for monorepos. However,...Discuss路57 readspnpm 101pnpm