Tag: npm

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...

These 6 Steps Are All You Need To Build And Publish Your Project Into NPM

Have you ever considered publishing your projects or apps on NPM for others to use? Publishing your projects on NPM has numerous benefits. It can help you showcase your developer skills, contribute to the open-source community, learn from the experience, and become a better developer. These are j...