npm.

Everything we've published on npm across guides, agents, hardware reviews and glossary entries — 7 entries in total.

Guides (7)

  • Git Wrapper BridgeInfrastructure · 2026-02-18

    Bridge git from Termux into proot Ubuntu using a wrapper script that calls the native binary through bind mounts.

  • Git Argument ParserInfrastructure · 2026-02-18

    An enhanced git wrapper with full argument parsing that extracts URLs and destinations regardless of order, handling the many different invocation patterns npm uses during package installation.

  • --ignore-scripts (Skip Native Compilation)Infrastructure · 2026-02-18

    Skip native module compilation during npm install on resource-constrained ARM32 device using --ignore-scripts flag.

  • npm Cache on SD CardInfrastructure · 2026-02-18

    Move npm cache to SD card to free internal storage on Moto E2 with only 700 MB available space.

  • Git Wrapper sed RewriteRuntime · 2026-02-18

    Using sed in the git wrapper to rewrite all three SSH URL formats (git+ssh://, ssh://, git@) to HTTPS in a single pass, since proot has no SSH agent for GitHub authentication.

  • npm Cache on ext4Debloat · 2026-02-18

    Migrate npm cache from FAT32 SD card to ext4 rootfs partition, eliminating ENAMETOOLONG errors on deep git dependency paths.

  • --legacy-peer-depsDirty COW · 2026-02-18

    Use --legacy-peer-deps to bypass npm's strict peer dependency resolution during OpenClaw installation on constrained ARM32 device.