TLDR
Enter a command. For example: runsvchdir, pdfposter, lzop, jest.

n

 
Tool to manage multiple node versions. More information: https://github.com/tj/n.
 
  • Install a given version of node. If the version is already installed, it will be activated:
     
    n {{version}}
     
  • Display installed versions and interactively activate one of them:
     
    n
     
  • Remove a version:
     
    n rm {{version}}
     
  • Execute a file with a given version:
     
    n use {{version}} {{file.js}}
     
  • Output binary path for a version:
     
    n bin {{version}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.