npm ↔ Package Manager CLI Dev tool to access/manage Module from npmjs
Source: npm
aka npm, Node-Package-Manager
included with Node.js
Package Manager
Dev tool to auto install/update/remove Package & Deps
package.json
Manifest to def project Metadata, Deps & scripts
Source: nodejs.dev/learn/the
npx
npm Package Runner sub-tool to execute Package w/o global install
Source: medium.com/@maybekatz/introducing
nvm
Dev tool to run multiple versions of Node.js on same OS
!shit !fails at resolving deps for older packages
!flow publish pkg to npmjs registry
References
yarn↔ Package Manager, faster thannpm, more reliable for old projects, prettier CLI ASCII art UI, by FB. Update: it's better than npm for sure!npx↔npmPackage Runner sub-tool to execute Package w/o global installFirebase CLI↔firebase-toolsCLI Dev tool to manage Firebase from Terminal - run as.exeornpm-g Machine Codetailwindcss-cli↔npmCLI Dev tool to runPostCSSto Preprocess/Tree-Shake CSSautoprefixer↔npmPostCSS Plugin to parse CSS & handle Vendor Prefixnpm config list↔ to print list of Node/npm dir & ver