# How do you manage packages in your node.js
project?

Most commonly used package managers include [npm](https://www.npmjs.com/), [yarn](https://yarnpkg.com/) and [pnpm](https://pnpm.io/) that can help manage packages in the node.js project.
