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.
Loading...
Related Quiz
- Which SDLC model is best suited for large projects with uncertain or evolving requirements?
- The Agile practice of estimating the effort required for each user story or task is known as _________.
- How does setTimeout() differ from setInterval() in JavaScript?
- What are the differences between ES5 and ES6 (ECMAScript 2015)?
- What is the time complexity of accessing an element in an array?