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

How to Install Node JS on Zorin OS

August 31, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repository

    How to Add Node JS Zorin OS Repository

    Zorin OS NodeJS Repo Setup
  2. 3. Installing

    Finally, to Install Node.js on Zorin OS
    Simply run:

    sudo apt install nodejs

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    (Optional) Requirement for Installing npm Addons.

    sudo apt install build-essential

Contents