$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Node.js MX Gnu/Linux 19 Installation

January 20, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repo

    How to Add Node JS Debian-based Repository

    Debian NodeJS Repo Setup
  2. 3. Installing

    Then to Install Node.js on MX

    sudo apt-get install nodejs

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    (Optional) Requirement for Installing npm Addons

    sudo apt-get install build-essential

Contents