7 Matching Annotations
  1. Mar 2026
  2. Dec 2020
  3. May 2020
  4. Mar 2020
  5. Dec 2019
  6. Sep 2019
    1. NPM was not and is still not designed to specifically be a node package manager. Yes it has a lot of useful features supporting node.js (some like node_modules is even hardcoded in node.js) but it actually doesn't care what language your software is written in. It is a package manager for your OS, just like apt and yum (or brew for you Mac users).