{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreihscsyff3pu56wcilzyq3tgelnvakuph4bemwewj7filzdjujfraa",
    "uri": "at://did:plc:fxoly573i6n6nl45yq4n4xyp/app.bsky.feed.post/3mmi4omi4wuu2"
  },
  "path": "/2026/05/20260522-102400/",
  "publishedAt": "2026-05-22T15:24:00.000Z",
  "site": "http://botwerks.org",
  "textContent": "## TIL: node.js shit\n\ni’ve remained blissfully ignorant of the node ecosystem for “reasons”.\n\nthis is my personal cheatsheet of various node commands that i need to use when upgrading or finding things that i want to remove.\n\nnote to self: update as necessary.\n\n**install**\n\n______\n\n\n     npm install -g <package-name>\n\nnote: `-g` will install to the default system location (i.e., for everyone).\n\n**list outdated packages**\n\n`npm outdated -g` - lists all of the global packages which have updates.\n\n**update package(s)**\n\n`npm update -g <package_name>` - upgrades the associated package. omit the package name and you’ll update everything that has updates.",
  "title": "npm cheatsheet"
}