Tag: node_modules

Stop using npm to install node_modules

What is pnpm ? Pnpm is a package manager for JavaScript and Node.js applications. It stands for “Fast, disk space efficient package manager” and is designed to address some of the limitations and issues associated with other popular package managers like npm and Ya...