In Node.js, ___________ is used to manage dependencies for a project.

  • Gradle
  • Maven
  • npm
  • pip
npm is the package manager for Node.js, allowing developers to easily install, update, and manage dependencies for their projects. It is widely used within the Node.js ecosystem for package management.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *