The best resources to understand
NPM
Node Package Manager
No statistics to display
NPM is the official package manager for Node.js, created in 2010, allowing developers to install, manage, and share JavaScript libraries, thereby facilitating application development through a vast ecosystem of open source modules.
Using npm link to test a module locally
Published on 17/05/2026
Discover how to use the `npm link` command to develop and test an NPM module locally without having ...
How to avoid running third-party scripts with npm, pnpm and yarn
Published on 17/03/2026
Learn how to use npm install --ignore-scripts to prevent dangerous or unnecessary scripts from runni...
How to switch from one version of Node.js to another with NVM
Published on 12/11/2021
The essential and easy-to-use CLI tool!
Automate code verification before a commit
Published on 31/03/2021
Have you set up tests in your project but don't always think to run them before committing? Here's a...